diff --git a/support/include/utils/config.hpp b/support/include/utils/config.hpp index a82a77d..29907af 100644 --- a/support/include/utils/config.hpp +++ b/support/include/utils/config.hpp @@ -25,7 +25,7 @@ #define NOMINMAX #if defined(_WIN32) -#define WINVER 0x0602 +#define WINVER 0x0A00 #define _WIN32_WINNT WINVER #define WIN32_LEAN_AND_MEAN @@ -488,7 +488,7 @@ using http_ranges = std::vector; } // namespace monitarr #endif // defined(__cplusplus) -#define MONITARR_USES_FUNCTION_NAME() \ +#define MONITARR_USES_FUNCTION_NAME() \ static constexpr std::string_view function_name { \ static_cast(__FUNCTION__), \ }