it was in 2003 that his compiler didn't recognize this symbol, lets

assume its fine by now on anything we support


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1347 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-07-20 05:44:05 +00:00
parent f910836158
commit 8e6d6e4f5c

View File

@ -679,8 +679,7 @@ LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam,
} }
break; break;
case 0x020a: case WM_MOUSEWHEEL:
/* Should be WM_MOUSEWHEEL but my compiler doesn't recognize it */
{ {
int wheel_number = LOWORD( wParam ); int wheel_number = LOWORD( wParam );
short ticks = ( short )HIWORD( wParam ); short ticks = ( short )HIWORD( wParam );