blob: 692c06ac720dccce011cdbccc20a410db24d08d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Fixes issues with name conflicts building with external glfw
--- a/src/core.c
+++ b/src/core.c
@@ -193,7 +193,7 @@
// Support retrieving native window handlers
#if defined(_WIN32)
- #define GLFW_EXPOSE_NATIVE_WIN32
+// #define GLFW_EXPOSE_NATIVE_WIN32
#include <GLFW/glfw3native.h> // WARNING: It requires customization to avoid windows.h inclusion!
#if !defined(SUPPORT_BUSY_WAIT_LOOP)
|