Update to NazaraUtils 2023.12.28
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Nz::PlatformImpl
|
||||
static SetThreadDescriptionFunc SetThreadDescription = reinterpret_cast<SetThreadDescriptionFunc>(::GetProcAddress(::GetModuleHandleW(L"Kernel32.dll"), "SetThreadDescription"));
|
||||
if (SetThreadDescription)
|
||||
SetThreadDescription(threadHandle, ToWideString(threadName).data());
|
||||
#if NAZARA_UTILS_WINDOWS_NT6
|
||||
#if NAZARAUTILS_WINDOWS_NT6
|
||||
else
|
||||
RaiseThreadNameException(::GetThreadId(threadHandle), threadName);
|
||||
#else
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace Nz
|
||||
|
||||
Time GetElapsedMillisecondsImpl()
|
||||
{
|
||||
#if NAZARA_UTILS_WINDOWS_NT6
|
||||
#if NAZARAUTILS_WINDOWS_NT6
|
||||
return Time::Milliseconds(GetTickCount64());
|
||||
#else
|
||||
return Time::Milliseconds(GetTickCount());
|
||||
|
||||
Reference in New Issue
Block a user