Sine Striker
2023-12-10 db00428f146a7daf2c8b5c4de6c8c1e317f950a4
src/core/contexts/win32windowcontext.cpp
@@ -78,7 +78,7 @@
#undef DYNAMIC_API_DECLARE
        DynamicApis() {
#define DYNAMIC_API_RESOLVE(DLL, NAME) p##NAME = reinterpret_cast<decltype(p##NAME)>(DLL##.resolve(#NAME))
#define DYNAMIC_API_RESOLVE(DLL, NAME) p##NAME = reinterpret_cast<decltype(p##NAME)>(DLL.resolve(#NAME))
            QSystemLibrary user32(QStringLiteral("user32"));
            DYNAMIC_API_RESOLVE(user32, GetDpiForWindow);