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:
parent
132ca5afcb
commit
208fc83528
@ -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)
|
||||
|
Reference in New Issue
Block a user