Files
spdlog/include/spdlog/details
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
2021-07-19 00:50:51 +03:00
2019-12-03 00:35:28 +02:00
2021-11-16 23:44:35 +02:00
2021-11-16 23:44:35 +02:00
2021-07-19 00:50:51 +03:00
2021-07-19 00:50:51 +03:00
2021-07-19 00:50:51 +03:00
2021-07-19 00:50:51 +03:00
2021-11-13 21:54:08 +02:00
2019-09-07 20:11:58 +03:00
2021-12-11 16:09:19 +02:00
2021-07-19 00:50:51 +03:00
2021-07-19 00:50:51 +03:00
2021-07-19 00:50:51 +03: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
2021-12-11 16:36:40 +02:00
2021-11-16 23:44:35 +02:00
2021-07-19 00:50:51 +03:00