fixed directive issue

This commit is contained in:
Jarcode
2018-02-07 20:22:54 -08:00
parent d82762a471
commit 2805528d43

1
xwin.c
View File

@@ -24,7 +24,6 @@
the old headers require one of them to be selected for exposure in glfw3native.h. */
#if GLFW_VERSION_MAJOR == 3 && GLFW_VERSION_MINOR <= 1
#define GLFW_EXPOSE_NATIVE_GLX
#error "GLX defined"
#endif
#include <GLFW/glfw3native.h>