summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-09-12 15:41:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-09-12 15:41:46 +0000
commit8f39dd1e620345ae3d2a422ef8e38025addf3349 (patch)
tree520e24c9e9907f0be8e512b439a388282c00032a /src
parent038573aae7c38e15c13cee8e1876e7674bd2e630 (diff)
Win32 update (Chris Morley)
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/glheader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index e1272172f6..d2e9b54da1 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -1,4 +1,4 @@
-/* $Id: glheader.h,v 1.12 2000/08/02 00:41:21 brianp Exp $ */
+/* $Id: glheader.h,v 1.13 2000/09/12 15:41:46 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -132,10 +132,10 @@
#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;
+#endif
+typedef int (GLAPIENTRY *PROC)();
typedef unsigned long COLORREF;
#endif