Skip to content

Commit 4efc4a1

Browse files
committed
2 parents 783c0ae + 35eec1c commit 4efc4a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,8 @@ inline void SetThreadPriority(int nPriority)
631631
#define THREAD_PRIORITY_LOWEST PRIO_MAX
632632
#define THREAD_PRIORITY_BELOW_NORMAL 2
633633
#define THREAD_PRIORITY_NORMAL 0
634-
#define THREAD_PRIORITY_ABOVE_NORMAL 0
634+
#define THREAD_PRIORITY_ABOVE_NORMAL -2
635+
#define THREAD_PRIORITY_HIGHEST PRIO_MIN
635636

636637
inline void SetThreadPriority(int nPriority)
637638
{

0 commit comments

Comments
 (0)