diff options
Diffstat (limited to 'make/glu-win32.cfg')
-rwxr-xr-x | make/glu-win32.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/make/glu-win32.cfg b/make/glu-win32.cfg index 341a88e98..ba0a3997b 100755 --- a/make/glu-win32.cfg +++ b/make/glu-win32.cfg @@ -6,9 +6,6 @@ CustomCCode #undef WIN32_LEAN_AND_MEAN CustomCCode CustomCCode #include <stddef.h> -CustomCCode /* This typedef is only needed for VC6 */ -CustomCCode #if _MSC_VER <= 1200 -CustomCCode typedef int intptr_t; -CustomCCode #endif +Include intptr.cfg Include glu-desktop.cfg |