fix
Some checks are pending
Public/monitarr/pipeline/head Build queued...

This commit is contained in:
2025-10-10 17:35:45 -05:00
parent 5926c11e8a
commit c22df23cfa

View File

@@ -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<http_range>;
} // namespace monitarr
#endif // defined(__cplusplus)
#define MONITARR_USES_FUNCTION_NAME() \
#define MONITARR_USES_FUNCTION_NAME() \
static constexpr std::string_view function_name { \
static_cast<const char *>(__FUNCTION__), \
}