Compare commits

...

2 Commits

Author SHA1 Message Date
Padmadev D
2ce94b01a8
Merge 0b48190983 into 506c11ba43 2025-07-05 14:05:35 -05:00
padmadevd
0b48190983
Update glfw3.h
resolve build problem in cygwin toolchain
2025-02-16 22:53:19 +05:30

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 */