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.
1 parent efeda4d commit 4ac7e6fCopy full SHA for 4ac7e6f
src/datadog/platform_util_windows.cpp
@@ -19,7 +19,7 @@ std::tuple<std::string, std::string> get_windows_info() {
19
// application manifest, which is the lowest version supported by the
20
// application. Use `RtlGetVersion` to obtain the accurate OS version
21
// regardless of the manifest.
22
- using RtlGetVersion = auto (*)(LPOSVERSIONINFOEXW)->NTSTATUS;
+ using RtlGetVersion = auto(*)(LPOSVERSIONINFOEXW)->NTSTATUS;
23
24
RtlGetVersion func =
25
(RtlGetVersion)GetProcAddress(GetModuleHandleA("ntdll"), "RtlGetVersion");
0 commit comments