warnings and compilation with installed Windows 8.1 SDK

This commit is contained in:
Anatoly Baksheev 2014-01-19 04:07:17 +04:00
parent e965f3d3d4
commit 0fc4ac4f1f

View File

@ -1363,7 +1363,9 @@ MainWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam )
break;
case WM_MOUSEWHEEL:
#if defined WM_MOUSEHWHEEL
case WM_MOUSEHWHEEL:
#endif
if( window->on_mouse )
{
int flags = (wParam & MK_LBUTTON ? CV_EVENT_FLAG_LBUTTON : 0)|