From 2805528d43acc87fee758f26cdbe58360bf49713 Mon Sep 17 00:00:00 2001 From: Jarcode Date: Wed, 7 Feb 2018 20:22:54 -0800 Subject: [PATCH] fixed directive issue --- xwin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xwin.c b/xwin.c index 97e7164..3e4311c 100644 --- a/xwin.c +++ b/xwin.c @@ -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