projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b515841
)
egl: don't include stdint.h on Windows
author
Jonathan White
<jwhite@tungstengraphics.com>
Tue, 5 Aug 2008 14:13:50 +0000
(08:13 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 5 Aug 2008 14:13:50 +0000
(08:13 -0600)
src/egl/main/eglconfigutil.h
patch
|
blob
|
history
diff --git
a/src/egl/main/eglconfigutil.h
b/src/egl/main/eglconfigutil.h
index 7fe875a7d01b72edd6fb02237cbbf610cd22a7e8..c477b94737d8567211c363f623bcb53d8f93ba23 100644
(file)
--- a/
src/egl/main/eglconfigutil.h
+++ b/
src/egl/main/eglconfigutil.h
@@
-4,7
+4,9
@@
#include "eglconfig.h"
#include "GL/internal/glcore.h"
+#if (!defined(WIN32) && !defined(_WIN32_WCE))
#include "stdint.h"
+#endif
extern void