it was in 2003 that his compiler didn't recognize this symbol, lets
[freeglut] / 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 );