projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e2fa3f
)
Put back the include of windows.h so we are back to version 17 of the file.
author
Karl Schultz
<kschultz@freedesktop.org>
Thu, 17 Oct 2002 21:03:22 +0000
(21:03 +0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Thu, 17 Oct 2002 21:03:22 +0000
(21:03 +0000)
include/GL/glext.h
patch
|
blob
|
history
diff --git
a/include/GL/glext.h
b/include/GL/glext.h
index f88d7e79b3abf0e443a60492b99bf2e102988ec0..245f100c706fd3b292c7fb8a8ebe79d3c52dd6ed 100644
(file)
--- a/
include/GL/glext.h
+++ b/
include/GL/glext.h
@@
-34,6
+34,11
@@
extern "C" {
** version 1.2.1 Specification.
*/
+#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)
+#define WIN32_LEAN_AND_MEAN 1
+#include <windows.h>
+#endif
+
#ifndef APIENTRY
#define APIENTRY
#endif