applied Eero Pajarre's patch for Windows
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 26 May 2000 15:52:06 +0000 (15:52 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 26 May 2000 15:52:06 +0000 (15:52 +0000)
src/mesa/main/glheader.h

index e80c548..5fc9cff 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glheader.h,v 1.9 2000/05/22 19:41:34 brianp Exp $ */
+/* $Id: glheader.h,v 1.10 2000/05/26 15:52:06 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -63,9 +63,6 @@
 #include "conf.h"
 #endif
 
-/* Make sure we include glext.h */
-#include "GL/gl.h"
-#include "GL/glext.h"
 
 
 
 /* compatability guard so we don't need to change client code */
 
 #if defined(_WIN32) && !defined(_WINDEF_) && !defined(_GNU_H_WINDOWS32_BASE) && !defined(OPENSTEP)
+#if 0
 #      define CALLBACK GLCALLBACK
+#endif
 typedef int (GLAPIENTRY *PROC)();
 typedef void *HGLRC;
 typedef void *HDC;
@@ -161,6 +160,12 @@ typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR, *PPIXELFORMATDESC
 
 
 
+/* Make sure we include glext.h */
+#include "GL/gl.h"
+#include "GL/glext.h"
+
+
+
 /* Disable unreachable code warnings for Watcom C++ */
 #ifdef __WATCOMC__
 #pragma disable_message(201)