mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 11:00:09 +00:00
Common: Removed duplicate "LONG" and "MAX_PATH" definitions.
This commit is contained in:
parent
4a0430d5eb
commit
2e9f13f4eb
@ -87,7 +87,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
|
|||||||
#define __stdcall
|
#define __stdcall
|
||||||
#define __cdecl
|
#define __cdecl
|
||||||
|
|
||||||
#define LONG long
|
|
||||||
#define BOOL bool
|
#define BOOL bool
|
||||||
#define DWORD u32
|
#define DWORD u32
|
||||||
|
|
||||||
@ -97,7 +96,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
|
|||||||
|
|
||||||
// TODO: Hacks..
|
// TODO: Hacks..
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#define MAX_PATH PATH_MAX
|
|
||||||
|
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#define stricmp(str1, str2) strcasecmp(str1, str2)
|
#define stricmp(str1, str2) strcasecmp(str1, str2)
|
||||||
|
Loading…
Reference in New Issue
Block a user