aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gos/osx.h1
1 files changed, 0 insertions, 1 deletions
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)