diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-07-27 22:25:20 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-07-27 22:25:20 +1000 |
commit | 1fbbc4d52bed0b8e4f3289bc008b3f0928a6b24f (patch) | |
tree | ecbe67a96e3c84da8b50c1817918d791078d7480 /include/gos | |
parent | 9dfcbef84884f67bb487dc02c642a03ca5d19e32 (diff) | |
download | uGFX-1fbbc4d52bed0b8e4f3289bc008b3f0928a6b24f.tar.gz uGFX-1fbbc4d52bed0b8e4f3289bc008b3f0928a6b24f.tar.bz2 uGFX-1fbbc4d52bed0b8e4f3289bc008b3f0928a6b24f.zip |
Integrate changes from master branch
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) |