From a76a5d7d7c8899d228f6ccd56b13762c7122448d Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 26 Jul 2013 12:56:54 +1000 Subject: [PATCH] Finish osx fix. --- include/gos/osx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gos/osx.h b/include/gos/osx.h index 2ba1c45d..3f36aaff 100644 --- a/include/gos/osx.h +++ b/include/gos/osx.h @@ -48,7 +48,6 @@ typedef pthread_mutex_t gfxMutex; #define gfxSemSignalI(psem) gfxSemSignal(psem) #define gfxSemCounterI(pSem) ((pSem)->cnt) -#define TRUE 1 #define TIME_IMMEDIATE 0 #define TIME_INFINITE ((delaytime_t)-1) #define MAX_SEMAPHORE_COUNT ((semcount_t)-1)