mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
Fix missing #elif
This commit is contained in:
parent
61d14dfd10
commit
189a61a9e0
1 changed files with 2 additions and 4 deletions
|
@ -113,11 +113,10 @@
|
|||
|
||||
#define PATH_SEP '\\'
|
||||
|
||||
#endif
|
||||
|
||||
//======================= MAC OS X SERVER DEFINES =====================
|
||||
|
||||
#if defined( __MACH__ ) && defined( __APPLE__ )
|
||||
#elif defined( __MACH__ ) && defined( __APPLE__ )
|
||||
|
||||
#define MAC_STATIC
|
||||
|
||||
|
@ -166,9 +165,8 @@ void osxFreeMemory( void *pointer );
|
|||
|
||||
void Sys_PumpEvents( void );
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __MRC__
|
||||
#elif defined( __MRC__ )
|
||||
|
||||
#define MAC_STATIC
|
||||
|
||||
|
|
Loading…
Reference in a new issue