aboutsummaryrefslogtreecommitdiffstats
path: root/make/wglext.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/wglext.cfg')
-rw-r--r--make/wglext.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/wglext.cfg b/make/wglext.cfg
index 06474c0e0..25b4a0f41 100644
--- a/make/wglext.cfg
+++ b/make/wglext.cfg
@@ -35,10 +35,7 @@ CustomCCode /* Include the OpenGL headers */
CustomCCode #include <GL/gl.h>
CustomCCode #include <GL/wglext.h>
-CustomCCode /* This typedef is apparently needed for compilers before VC8 */
-CustomCCode #if _MSC_VER < 1400
-CustomCCode typedef int intptr_t;
-CustomCCode #endif
+Include intptr.cfg
CustomJavaCode WGLExt public boolean isFunctionAvailable(String glFunctionName);
CustomJavaCode WGLExt public boolean isExtensionAvailable(String glExtensionName);