Skip to content
Snippets Groups Projects
Commit 4c684fb2 authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot
Browse files

Common: Make a #else more apparent.

parent 3e5aeb9a
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
}
#endif
#else
#else // EMU_PLATFORM != PLATFORM_WINDOWS
#define EMU_FASTCALL __attribute__((fastcall))
#define __stdcall
......@@ -92,10 +92,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
#define BOOL bool
#define DWORD u32
#endif
#if EMU_PLATFORM != PLATFORM_WINDOWS
// TODO: Hacks..
#include <limits.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment