From 1fc4180d41a77088bbb2c0ce020d5ff7ab88c16e Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 15:32:26 +1000 Subject: gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY --- demos/3rdparty/notepad-2/notepadApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/3rdparty/notepad-2/notepadApp.h') diff --git a/demos/3rdparty/notepad-2/notepadApp.h b/demos/3rdparty/notepad-2/notepadApp.h index 04405223..661aaaf2 100644 --- a/demos/3rdparty/notepad-2/notepadApp.h +++ b/demos/3rdparty/notepad-2/notepadApp.h @@ -38,7 +38,7 @@ #include "notepadCore.h" #include "notepadUIDefines.h" -#define NPAD_THD_PRIO NORMAL_PRIORITY +#define NPAD_THD_PRIO gThreadpriorityNormal #define NPAD_THD_WA_SIZE 512 void nSetColorScheme(NColorScheme sch); -- cgit v1.2.3