aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/gltool.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-06-18 23:20:46 +0000
committerSven Gothel <[email protected]>2001-06-18 23:20:46 +0000
commitcc7376ee5616743cdd7b7a5c711f054b32ae8e4e (patch)
tree1550b5fd8630667151fe30e74811abb6a45792ea /CNativeCode/gltool.h
parent8512ae5ab8a75fad8a75aec0b6e04e3fcd1d2c6f (diff)
2.8.0.0 pre-release cvs only
Diffstat (limited to 'CNativeCode/gltool.h')
-rwxr-xr-xCNativeCode/gltool.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/CNativeCode/gltool.h b/CNativeCode/gltool.h
index 2f1358b..6939e03 100755
--- a/CNativeCode/gltool.h
+++ b/CNativeCode/gltool.h
@@ -91,12 +91,6 @@
#endif
#endif
- #ifndef USE_64BIT_POINTER
- typedef int PointerHolder;
- #else
- typedef long PointerHolder;
- #endif
-
#ifdef _WIN32_
#ifndef NDEBUG
#define CHECK_WGL_ERROR(a,b,c) check_wgl_error(a,b,c)