diff options
Diffstat (limited to 'plugins/gpu-gles/gpuExternals.h')
-rw-r--r-- | plugins/gpu-gles/gpuExternals.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/gpu-gles/gpuExternals.h b/plugins/gpu-gles/gpuExternals.h index 8d30814..f88b37b 100644 --- a/plugins/gpu-gles/gpuExternals.h +++ b/plugins/gpu-gles/gpuExternals.h @@ -33,19 +33,12 @@ extern "C" {
#endif
-#ifndef _WINDOWS
#ifdef __NANOGL__
#include <gl/gl.h>
#include <gl/egl.h>
#else
-#ifdef SOFT_LINKAGE
-#pragma softfp_linkage
-#endif
-#include <GLES/gl.h> // for opengl es types
-#ifdef SOFT_LINKAGE
-#pragma no_softfp_linkage
-#endif
-#endif
+#include <GLES/gl.h>
+#include <GLES/glext.h>
#endif
#ifdef __NANOGL__
|