mirror of
https://github.com/glfw/glfw.git
synced 2025-07-15 04:00:01 +00:00
Compare commits
2 Commits
83d1fb76fc
...
2ce94b01a8
Author | SHA1 | Date | |
---|---|---|---|
|
2ce94b01a8 | ||
|
0b48190983 |
@ -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