fix
This commit is contained in:
parent
419699bc0d
commit
b999c062d6
@ -199,7 +199,7 @@ static inline void handle_socket_error(const std::string& message) {
|
||||
);
|
||||
}
|
||||
#else
|
||||
static inline void handle_socket_error() {
|
||||
static inline void handle_socket_error(const std::string& message) {
|
||||
wchar_t* s = nullptr;
|
||||
FormatMessageW(
|
||||
FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user