diff --git a/freeglut/freeglut/src/freeglut_internal.h b/freeglut/freeglut/src/freeglut_internal.h index f0c639c..9353ad9 100644 --- a/freeglut/freeglut/src/freeglut_internal.h +++ b/freeglut/freeglut/src/freeglut_internal.h @@ -60,7 +60,6 @@ #include #include #include -#endif /* TODO: MinGW is lacking a prototype, this should better be handled via autoconf! */ #ifndef ChangeDisplaySettingsEx @@ -72,6 +71,7 @@ LONG WINAPI ChangeDisplaySettingsExW(LPCWSTR,LPDEVMODEW,HWND,DWORD,LPVOID); #define ChangeDisplaySettingsEx ChangeDisplaySettingsExA #endif #endif +#endif #if defined(_MSC_VER) #define strdup _strdup