From 06ef8f001a904c9c6e300a488503fa76177ebe10 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 9 Jun 2014 20:54:28 -0400 Subject: Common: Removed duplicate "LONG" and "MAX_PATH" definitions. --- src/common/platform.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/platform.h') diff --git a/src/common/platform.h b/src/common/platform.h index 1e8dffbd..944bb030 100644 --- a/src/common/platform.h +++ b/src/common/platform.h @@ -87,7 +87,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { #define __stdcall #define __cdecl -#define LONG long #define BOOL bool #define DWORD u32 @@ -97,7 +96,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { // TODO: Hacks.. #include -#define MAX_PATH PATH_MAX #include #define stricmp(str1, str2) strcasecmp(str1, str2) -- cgit v1.2.3