Putting the definition of "HAVE_VFPRINTF" back in (and adding the errant "F") per...
authorJohn F. Fay <johnffay@nettally.com>
Sat, 30 Jan 2010 00:54:59 +0000 (00:54 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sat, 30 Jan 2010 00:54:59 +0000 (00:54 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@874 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_internal.h

index 4172112..c3c933f 100644 (file)
 #    endif
 #endif
 
+#if TARGET_HOST_MS_WINDOWS
+#    define  HAVE_VFPRINTF 1
+#endif
+
 /* MinGW may lack a prototype for ChangeDisplaySettingsEx() (depending on the version?) */
 #if TARGET_HOST_MS_WINDOWS && !defined(ChangeDisplaySettingsEx)
 LONG WINAPI ChangeDisplaySettingsExA(LPCSTR,LPDEVMODEA,HWND,DWORD,LPVOID);