[Base] Fixed issues with thread priority introduced in previous commit

This commit is contained in:
Gliniak 2025-01-17 19:51:18 +01:00
parent 55bbb28a80
commit 85695692a7
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ class Timer : public WaitHandle {
virtual bool Cancel() = 0;
};
#if XE_PLATFORM_WINDOWS
#if XE_PLATFORM_WIN32
struct ThreadPriority {
static const int32_t kLowest = -2;
static const int32_t kBelowNormal = -1;