X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=c3c933fccd7185f4bbaab454b087f894ef12b12e;hb=239fb8d05411623e824c5623622ce9d3c114d5e4;hp=41721121276e609399ba7aa43ce35bb170a69096;hpb=4826072e24eb7393cc2564d0da9d95f471cb14c9;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 4172112..c3c933f 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -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);