We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TRACY_WIN32_NO_DESKTOP
GetVersionExW
1 parent cc091a9 commit 0c74658Copy full SHA for 0c74658
1 file changed
public/client/TracyProfiler.cpp
@@ -524,7 +524,7 @@ static const char* GetHostInfo()
524
auto ptr = buf;
525
#if defined _WIN32
526
# if defined TRACY_WIN32_NO_DESKTOP
527
- auto GetVersion = &::GetVersionEx;
+ auto GetVersion = &::GetVersionExW;
528
# else
529
auto GetVersion = (t_RtlGetVersion)GetProcAddress( GetModuleHandleA( "ntdll.dll" ), "RtlGetVersion" );
530
# endif
0 commit comments