projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b9cd7
)
changes to _WIN32 test and APIENTRY test
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 3 Mar 2000 15:00:14 +0000
(15:00 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 3 Mar 2000 15:00:14 +0000
(15:00 +0000)
include/GL/glext.h
patch
|
blob
|
history
diff --git
a/include/GL/glext.h
b/include/GL/glext.h
index
4c7ccbb
..
bfbaaa8
100644
(file)
--- a/
include/GL/glext.h
+++ b/
include/GL/glext.h
@@
-14,7
+14,7
@@
extern "C" {
#endif
-#if
def _WIN32
+#if
defined(_WIN32) && !defined(__CYGWIN32__)
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#endif
@@
-23,7
+23,7
@@
extern "C" {
#define GLAPI extern
#endif
-#if
def GLAPIENTRY
+#if
defined(GLAPIENTRY) && !defined(APIENTRY)
#define APIENTRY GLAPIENTRY
#endif