Normalized VC 2008 project, making the configurations more general.
[freeglut] / ChangeLog
index 3dbb4d9..0e23a81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
 2009-05-22  Sven Panne  <sven.panne@aedion.de>
+       * include/GL/freeglut_std.h: Avoid warnings when the ATEXIT_HACK is used
+         with GCC, making the hack even uglier.
+
+       * include/GL/freeglut_std.h,src/freeglut_init.c,src/freeglut_internal.h,
+         src/freeglut_menu.c,src/freeglut_window.c,src/freeglutdll.def: Added the
+         ugly ATEXIT_HACK from GLUT 3.7, making freeglut binary compatible with the
+         GLUT DLLs out in the wild.
 
        * src/freeglutdll.def: Removed obsolete lines. Fixed version number.