mirror of
https://github.com/glfw/glfw.git
synced 2025-07-12 18:50:04 +00:00
Merge 0b48190983
into 506c11ba43
This commit is contained in:
commit
2ce94b01a8
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user