diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-07-26 12:56:54 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-07-26 12:56:54 +1000 |
commit | a76a5d7d7c8899d228f6ccd56b13762c7122448d (patch) | |
tree | 2cfc31f7591e1c9cd46b835d89eaab880d3465f7 /include/gos | |
parent | 65ac315271a0832a5e50b7cf66149532f8807172 (diff) | |
download | uGFX-a76a5d7d7c8899d228f6ccd56b13762c7122448d.tar.gz uGFX-a76a5d7d7c8899d228f6ccd56b13762c7122448d.tar.bz2 uGFX-a76a5d7d7c8899d228f6ccd56b13762c7122448d.zip |
Finish osx fix.
Diffstat (limited to 'include/gos')
-rw-r--r-- | include/gos/osx.h | 1 |
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) |