Putting the definition of "HAVE_VFPRINTF" back in (and adding the errant "F") per e-mail from Eero Pajarre dated 1/29/2010 at 7:51 AM
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@874 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
600f6d5a8f
commit
70d3a84fbb
@ -160,6 +160,10 @@
|
||||
# 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);
|
||||
|
Reference in New Issue
Block a user