diff --git a/src/rang.hpp b/src/rang.hpp index f3eaa56fc..de5646fad 100644 --- a/src/rang.hpp +++ b/src/rang.hpp @@ -174,9 +174,9 @@ namespace rang_implementation { { // Dynamic load for binary compability with old Windows const auto ptrGetFileInformationByHandleEx - = reinterpret_cast( + = reinterpret_cast(reinterpret_cast( GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), - "GetFileInformationByHandleEx")); + "GetFileInformationByHandleEx"))); if (!ptrGetFileInformationByHandleEx) { return false; }