From 16d0bc10a4fd22c52f1f80b591a2684990def63f Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Tue, 22 Dec 2015 19:50:42 +0000 Subject: Removed offending tr1 references. --- Tools/ToLuaDoxy/Globals.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'Tools/ToLuaDoxy/Globals.h') diff --git a/Tools/ToLuaDoxy/Globals.h b/Tools/ToLuaDoxy/Globals.h index b9100a297..869cf0afd 100644 --- a/Tools/ToLuaDoxy/Globals.h +++ b/Tools/ToLuaDoxy/Globals.h @@ -9,17 +9,17 @@ // OS-dependent stuff: #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN - + #define _WIN32_WINNT 0x501 // We want to target WinXP and higher - + #include #include #include // IPv6 stuff - + // Windows SDK defines min and max macros, messing up with our std::min and std::max usage #undef min #undef max - + // Windows SDK defines GetFreeSpace as a constant, probably a Win16 API remnant #ifdef GetFreeSpace #undef GetFreeSpace @@ -43,10 +43,6 @@ #include #include #include - - #if !defined(ANDROID_NDK) - #include - #endif #endif @@ -95,7 +91,3 @@ #define MiB * 1024 * 1024 #define ASSERT assert - - - - -- cgit v1.2.3