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