git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@973
7f0cb862-5218-0410-a997-
914c9d46530a
fgState.Initialised = GL_TRUE;
/* Avoid registering atexit callback on Win32 as it results in an access
- * violation due to calling into a module which has been unloaded. */
+ * violation due to calling into a module which has been unloaded.
+ * Any cleanup isn't needed on Windows anyway, the OS takes care of it.c
+ * see: http://blogs.msdn.com/b/oldnewthing/archive/2012/01/05/10253268.aspx
+ */
#if ( TARGET_HOST_MS_WINDOWS == 0 )
atexit(fgDeinitialize);
#endif