diff options
author | Jonathan White <jwhite@tungstengraphics.com> | 2008-06-05 15:07:03 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-05 15:07:03 -0600 |
commit | fe1a2d1fffe69018e30158ee21ed9842384fd233 (patch) | |
tree | d8a401f3743411adfc14438f1f500fd65b4a737c /include/GLES/glplatform.h | |
parent | b11aad2abe167716b7ff1262f5872d4d9dbb5b9c (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/glplatform.h')
-rw-r--r-- | include/GLES/glplatform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h index 56b3abcbe0..afbec74ea5 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 |