This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define WINVER 0x0602
|
#define WINVER 0x0A00
|
||||||
#define _WIN32_WINNT WINVER
|
#define _WIN32_WINNT WINVER
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
|
||||||
@@ -488,7 +488,7 @@ using http_ranges = std::vector<http_range>;
|
|||||||
} // namespace monitarr
|
} // namespace monitarr
|
||||||
#endif // defined(__cplusplus)
|
#endif // defined(__cplusplus)
|
||||||
|
|
||||||
#define MONITARR_USES_FUNCTION_NAME() \
|
#define MONITARR_USES_FUNCTION_NAME() \
|
||||||
static constexpr std::string_view function_name { \
|
static constexpr std::string_view function_name { \
|
||||||
static_cast<const char *>(__FUNCTION__), \
|
static_cast<const char *>(__FUNCTION__), \
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user