aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_x_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_x_threads.h')
-rw-r--r--src/gos/gos_x_threads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/gos_x_threads.h b/src/gos/gos_x_threads.h
index a1ba67a1..7b7509c4 100644
--- a/src/gos/gos_x_threads.h
+++ b/src/gos/gos_x_threads.h
@@ -37,9 +37,9 @@ typedef int gThreadpriority;
#define gDelayNone 0
#define gDelayForever ((gDelay)-1)
#define MAX_SEMAPHORE_COUNT 0x7FFF
-#define LOW_PRIORITY 0
-#define NORMAL_PRIORITY 1
-#define HIGH_PRIORITY 2
+#define gThreadpriorityLow 0
+#define gThreadpriorityNormal 1
+#define gThreadpriorityHigh 2
typedef struct {
gSemcount cnt;