Moving the Windows-specific "__glutCreateMenuWIthExit" function to the Windows-specif...
[freeglut] / src / mswin / freeglut_internal_mswin.h
index c83f231..4f8aaba 100644 (file)
@@ -49,6 +49,20 @@ struct tagSFG_PlatformContext
 };\r
 \r
 \r
+/* Joystick-Specific Definitions */\r
+#if !defined(_WIN32_WCE)\r
+#    define _JS_MAX_AXES  8\r
+typedef struct tagSFG_PlatformJoystick SFG_PlatformJoystick;\r
+struct tagSFG_PlatformJoystick\r
+{\r
+    JOYCAPS     jsCaps;\r
+    JOYINFOEX   js;\r
+    UINT        js_id;\r
+};\r
+#endif\r
+\r
+\r
+\r
 /* Function to be called on exit */\r
 extern void (__cdecl *__glutExitFunc)( int return_value );\r
 \r