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