mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
Common: Make a #else more apparent.
This commit is contained in:
parent
3e5aeb9a7a
commit
4c684fb274
@ -83,7 +83,7 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else // EMU_PLATFORM != PLATFORM_WINDOWS
|
||||||
|
|
||||||
#define EMU_FASTCALL __attribute__((fastcall))
|
#define EMU_FASTCALL __attribute__((fastcall))
|
||||||
#define __stdcall
|
#define __stdcall
|
||||||
@ -92,10 +92,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
|
|||||||
#define BOOL bool
|
#define BOOL bool
|
||||||
#define DWORD u32
|
#define DWORD u32
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if EMU_PLATFORM != PLATFORM_WINDOWS
|
|
||||||
|
|
||||||
// TODO: Hacks..
|
// TODO: Hacks..
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user