glapi: Do not include dlfcn.h on Windows.
[mesa.git] / src / mapi / glapi / gen / gl_gentable.py
index fa9626825ee9cc5b650bc32ca43974284abce2ce..35dddc7a088c2a24c00087858f2a412ab679252f 100644 (file)
@@ -50,7 +50,9 @@ header = """/* GLXEXT is the define used in the xserver when the GLX extension i
 #include <execinfo.h>
 #endif
 
+#ifndef _WIN32
 #include <dlfcn.h>
+#endif
 #include <stdlib.h>
 #include <stdio.h>