Adding the Cygwin/mingw documentation from Jean-Seb (see e-mail dated Thu 7/9/2009...
[freeglut] / src / freeglut_internal.h
index e7540b0..0b26626 100644 (file)
@@ -933,6 +933,10 @@ int fgHintPresent(Window window, Atom property, Atom hint);
 
 SFG_Proc fghGetProcAddress( const char *procName );
 
+#ifdef _WIN32
+extern void (__cdecl *__glutExitFunc)( int return_value );
+#endif
+
 #endif /* FREEGLUT_INTERNAL_H */
 
 /*** END OF FILE ***/