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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef HAVE_VFPRINTF
|
||||||
#define HAVE_VFPRINTF 1
|
#define HAVE_VFPRINTF 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* MinGW may lack a prototype for ChangeDisplaySettingsEx() (depending on the version?) */
|
/* MinGW may lack a prototype for ChangeDisplaySettingsEx() (depending on the version?) */
|
||||||
#if !defined(ChangeDisplaySettingsEx)
|
#if !defined(ChangeDisplaySettingsEx)
|
||||||
@ -140,4 +142,4 @@ struct tagSFG_PlatformJoystick
|
|||||||
extern void (__cdecl *__glutExitFunc)( int return_value );
|
extern void (__cdecl *__glutExitFunc)( int return_value );
|
||||||
|
|
||||||
|
|
||||||
#endif /* FREEGLUT_INTERNAL_MSWIN_H */
|
#endif /* FREEGLUT_INTERNAL_MSWIN_H */
|
||||||
|
Reference in New Issue
Block a user