This commit is contained in:
Padmadev D 2025-07-05 14:05:35 -05:00 committed by GitHub
commit 2ce94b01a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ extern "C" {
/* If we are we on Windows, we want a single define for it.
*/
#if !defined(_WIN32) && (defined(__WIN32__) || defined(WIN32) || defined(__MINGW32__))
#if !defined(_WIN32) && (defined(__WIN32__) || defined(WIN32) || defined(__MINGW32__) || defined(_GLFW_WIN32))
#define _WIN32
#endif /* _WIN32 */