diff options
| author | 2014-06-09 20:54:28 -0400 | |
|---|---|---|
| committer | 2014-06-12 06:10:54 -0400 | |
| commit | 06ef8f001a904c9c6e300a488503fa76177ebe10 (patch) | |
| tree | 00363d03c14b1a5118a0401b80f0cf07cbb45f6c /src | |
| parent | Pica: Use some template magic to define register structures efficiently. (diff) | |
| download | yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar.gz yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.tar.xz yuzu-06ef8f001a904c9c6e300a488503fa76177ebe10.zip | |
Common: Removed duplicate "LONG" and "MAX_PATH" definitions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/platform.h | 2 |
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) { | |||
| 87 | #define __stdcall | 87 | #define __stdcall |
| 88 | #define __cdecl | 88 | #define __cdecl |
| 89 | 89 | ||
| 90 | #define LONG long | ||
| 91 | #define BOOL bool | 90 | #define BOOL bool |
| 92 | #define DWORD u32 | 91 | #define DWORD u32 |
| 93 | 92 | ||
| @@ -97,7 +96,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { | |||
| 97 | 96 | ||
| 98 | // TODO: Hacks.. | 97 | // TODO: Hacks.. |
| 99 | #include <limits.h> | 98 | #include <limits.h> |
| 100 | #define MAX_PATH PATH_MAX | ||
| 101 | 99 | ||
| 102 | #include <strings.h> | 100 | #include <strings.h> |
| 103 | #define stricmp(str1, str2) strcasecmp(str1, str2) | 101 | #define stricmp(str1, str2) strcasecmp(str1, str2) |