(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)

This commit is contained in:
truelight 2007-01-21 14:36:08 +00:00
parent 6a145e06c3
commit 203ccad578

View File

@ -480,9 +480,9 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
r->right = r->left + w; r->right = r->left + w;
break; break;
} }
#endif
return TRUE; return TRUE;
} }
#endif
// needed for wheel // needed for wheel
#if !defined(WM_MOUSEWHEEL) #if !defined(WM_MOUSEWHEEL)