removed vfprintf and checking from CMakeLists.txt, and all the fallbacks from
[freeglut] / src / mswin / fg_internal_mswin.h
index 1209fc4..0fefb31 100644 (file)
 #endif
 
 
-#ifndef HAVE_VFPRINTF
-#define  HAVE_VFPRINTF 1
-#endif
-
 /* MinGW may lack a prototype for ChangeDisplaySettingsEx() (depending on the version?) */
 #if !defined(ChangeDisplaySettingsEx)
 LONG WINAPI ChangeDisplaySettingsExA(LPCSTR,LPDEVMODEA,HWND,DWORD,LPVOID);