CMake now defines HAVE_VFPRINTF for windows; suppress redefinition warning

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1088 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-03-09 20:29:58 +00:00
parent 132ca5afcb
commit 208fc83528

View File

@ -48,7 +48,9 @@
#endif
#ifndef HAVE_VFPRINTF
#define HAVE_VFPRINTF 1
#endif
/* MinGW may lack a prototype for ChangeDisplaySettingsEx() (depending on the version?) */
#if !defined(ChangeDisplaySettingsEx)
@ -140,4 +142,4 @@ struct tagSFG_PlatformJoystick
extern void (__cdecl *__glutExitFunc)( int return_value );
#endif /* FREEGLUT_INTERNAL_MSWIN_H */
#endif /* FREEGLUT_INTERNAL_MSWIN_H */