summaryrefslogtreecommitdiff
path: root/include/GLES
diff options
context:
space:
mode:
authorJonathan White <jwhite@tungstengraphics.com>2008-06-05 15:07:03 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-05 15:07:03 -0600
commitfe1a2d1fffe69018e30158ee21ed9842384fd233 (patch)
treed8a401f3743411adfc14438f1f500fd65b4a737c /include/GLES
parentb11aad2abe167716b7ff1262f5872d4d9dbb5b9c (diff)
egl: assorted fixes for Windows
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
Diffstat (limited to 'include/GLES')
-rw-r--r--include/GLES/glplatform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h
index 56b3abcbe03..afbec74ea5f 100644
--- a/include/GLES/glplatform.h
+++ b/include/GLES/glplatform.h
@@ -45,9 +45,7 @@ extern "C" {
* Definition of GL_API and GL_APIENTRY
*-----------------------------------------------------------------------*/
-#if defined(AEE_SIMULATOR)
#define __GL_EXPORTS
-#endif
#ifdef _WIN32
# ifdef __GL_EXPORTS