projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038573a
)
Win32 update (Chris Morley)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 12 Sep 2000 15:41:46 +0000
(15:41 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 12 Sep 2000 15:41:46 +0000
(15:41 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index e1272172f60bfb741537be63c4b7c9fab04dc3f0..d2e9b54da17a676787484d0fc3684ba58df93388 100644
(file)
--- a/
src/mesa/main/glheader.h
+++ b/
src/mesa/main/glheader.h
@@
-1,4
+1,4
@@
-/* $Id: glheader.h,v 1.1
2 2000/08/02 00:41:21
brianp Exp $ */
+/* $Id: glheader.h,v 1.1
3 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