aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-26 12:56:54 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-26 12:56:54 +1000
commita76a5d7d7c8899d228f6ccd56b13762c7122448d (patch)
tree2cfc31f7591e1c9cd46b835d89eaab880d3465f7 /include
parent65ac315271a0832a5e50b7cf66149532f8807172 (diff)
downloaduGFX-a76a5d7d7c8899d228f6ccd56b13762c7122448d.tar.gz
uGFX-a76a5d7d7c8899d228f6ccd56b13762c7122448d.tar.bz2
uGFX-a76a5d7d7c8899d228f6ccd56b13762c7122448d.zip
Finish osx fix.
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)