Files
spdlog/include/spdlog
risa2000 52dc210423 Fixed compiler error when building on Windows with #define UNICODE
The original `InetPton` expands to `InetPtonW` when building with UNICODE defined and expects the string parameter to be wchar_t. On the other hand macro `TEXT()` just adds prefix `L` to a string literal (just making it wchar_t literal). The proper way here would be converting `host.c_str()` result from UTF-8(?) into wchar_t (UNICODE) string, but this seems to be an overkill since the host is typically an IP address or a host/domain name. So assuming an ASCII input should be reasonably safe.
2022-03-22 16:20:45 +01:00
..
2021-07-19 00:50:51 +03:00
2022-02-12 13:59:12 +02:00
2021-07-19 00:50:51 +03:00
2022-01-11 15:12:23 +00:00
2021-11-16 23:44:35 +02:00
2021-07-19 00:50:51 +03:00
2021-11-16 23:44:35 +02:00
2021-11-16 23:44:35 +02:00
2022-02-12 14:06:11 +02:00
2021-08-12 14:10:50 +03:00