diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/platform.h b/src/common/platform.h index 944bb0303..b02b52cd2 100644 --- a/src/common/platform.h +++ b/src/common/platform.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | #define EMU_PLATFORM PLATFORM_WINDOWS | 47 | #define EMU_PLATFORM PLATFORM_WINDOWS |
| 48 | 48 | ||
| 49 | #elif defined( __APPLE__ ) || defined( __APPLE_CC__ ) | 49 | #elif defined( __APPLE__ ) || defined( __APPLE_CC__ ) |
| 50 | #define EMU_PLATFORM PLATFORM_MAXOSX | 50 | #define EMU_PLATFORM PLATFORM_MACOSX |
| 51 | 51 | ||
| 52 | #elif defined(__linux__) | 52 | #elif defined(__linux__) |
| 53 | #define EMU_PLATFORM PLATFORM_LINUX | 53 | #define EMU_PLATFORM PLATFORM_LINUX |