diff --git a/source/common/Utils.cpp b/source/common/Utils.cpp index c28b2adb..ad99cde0 100644 --- a/source/common/Utils.cpp +++ b/source/common/Utils.cpp @@ -310,6 +310,8 @@ void DisableOpenGL(HWND hwnd, HDC hDC, HGLRC hRC) ReleaseDC(hwnd, hDC); } +#endif + void sleepMs(int ms) { #ifdef _WIN32 @@ -319,8 +321,6 @@ void sleepMs(int ms) #endif } -#endif - float Max(float a, float b) { if (a < b)