diff options
Diffstat (limited to 'CNativeCode/gltool.h')
-rwxr-xr-x | CNativeCode/gltool.h | 6 |
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) |