aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_qt.h')
-rw-r--r--src/gos/gos_qt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/gos_qt.h b/src/gos/gos_qt.h
index cd2dbbb4..5338808e 100644
--- a/src/gos/gos_qt.h
+++ b/src/gos/gos_qt.h
@@ -17,9 +17,9 @@
#define gDelayNone 0
#define gDelayForever ((gDelay)-1)
#define MAX_SEMAPHORE_COUNT ((gSemcount)(((unsigned long)((gSemcount)(-1))) >> 1))
-#define LOW_PRIORITY 2
-#define NORMAL_PRIORITY 3
-#define HIGH_PRIORITY 4
+#define gThreadpriorityLow 2
+#define gThreadpriorityNormal 3
+#define gThreadpriorityHigh 4
typedef int gTicks;
typedef int gDelay;