@@ -29,11 +29,11 @@ #endif #include "unistd_wrapper.h" #include "platform.h" -#if defined(OF_MORPHOS) && !defined(OF_IXEMUL) +#ifdef OF_MORPHOS # define BOOL EXEC_BOOL # include # undef BOOL #endif @@ -193,11 +193,11 @@ if (rqtp.tv_sec != floor(timeInterval)) @throw [OFOutOfRangeException exception]; nanosleep(&rqtp, NULL); -#elif defined(OF_MORPHOS) && !defined(OF_IXEMUL) +#elif defined(OF_MORPHOS) if (timeInterval * 50 > ULONG_MAX) @throw [OFOutOfRangeException exception]; Delay(timeInterval * 50); #elif defined(OF_NINTENDO_DS)