Moving the "glutCreateWindowWithExit" and its associated variable to the Windows...
[freeglut] / src / mswin / freeglut_internal_mswin.h
index 628c06d..c83f231 100644 (file)
@@ -49,6 +49,8 @@ struct tagSFG_PlatformContext
 };\r
 \r
 \r
+/* Function to be called on exit */\r
+extern void (__cdecl *__glutExitFunc)( int return_value );\r
 \r
 \r
 #endif  /* FREEGLUT_INTERNAL_MSWIN_H */
\ No newline at end of file