]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / vid_shared.c
index e7ce03c51fc235c7abd20fc1fbd2ee25151d5f14..79451a54ec33ad94b3e54f713ab37a5d6cd4aa53 100644 (file)
@@ -64,7 +64,9 @@ static gl_extensionfunctionlist_t compiledvertexarrayfuncs[] =
 #include <dlfcn.h>
 #endif
 
+#ifndef WIN32
 static void *prjobj = NULL;
+#endif
 
 static void gl_getfuncs_begin(void)
 {