aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_osx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_osx.h')
-rw-r--r--src/gos/gos_osx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/gos_osx.h b/src/gos/gos_osx.h
index 3f693258..5dcc63f3 100644
--- a/src/gos/gos_osx.h
+++ b/src/gos/gos_osx.h
@@ -44,9 +44,9 @@ typedef pthread_mutex_t gfxMutex;
#define gDelayNone 0
#define gDelayForever ((gDelay)-1)
#define MAX_SEMAPHORE_COUNT ((gSemcount)-1)
-#define LOW_PRIORITY 10
-#define NORMAL_PRIORITY 0
-#define HIGH_PRIORITY -10
+#define gThreadpriorityLow 10
+#define gThreadpriorityNormal 0
+#define gThreadpriorityHigh -10
typedef struct gfxSem {
pthread_mutex_t mtx;