mirror of
https://github.com/glfw/glfw.git
synced 2025-06-06 15:54:56 +00:00
Merge 0b48190983
into e7ea71be03
This commit is contained in:
commit
39d1d58edf
@ -92,7 +92,7 @@ extern "C" {
|
|||||||
|
|
||||||
/* If we are we on Windows, we want a single define for it.
|
/* 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
|
#define _WIN32
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user