it was in 2003 that his compiler didn't recognize this symbol, lets
authorDiederick Niehorster <dcnieho@gmail.com>
Fri, 20 Jul 2012 05:44:05 +0000 (05:44 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Fri, 20 Jul 2012 05:44:05 +0000 (05:44 +0000)
assume its fine by now on anything we support

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1347 7f0cb862-5218-0410-a997-914c9d46530a

src/mswin/fg_main_mswin.c

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