summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-06-10 02:54:28 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-12 12:10:54 +0200
commit06ef8f001a904c9c6e300a488503fa76177ebe10 (patch)
tree00363d03c14b1a5118a0401b80f0cf07cbb45f6c /src/common
parentPica: Use some template magic to define register structures efficiently. (diff)
downloadyuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar
yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar.gz
yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar.bz2
yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar.lz
yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar.xz
yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar.zst
yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/platform.h b/src/common/platform.h
index 1e8dffbd4..944bb0303 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 <limits.h>
-#define MAX_PATH PATH_MAX
#include <strings.h>
#define stricmp(str1, str2) strcasecmp(str1, str2)