Update tcp_client-windows.h

This commit is contained in:
Gabi Melman 2020-03-13 01:12:05 +02:00 committed by GitHub
parent 8e19a267bd
commit cf6bb88af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@
#include <stdio.h>
#include <string>
// Need to link with Ws2_32.lib, Mswsock.lib, and Advapi32.lib
#pragma comment(lib, "Ws2_32.lib")
#pragma comment(lib, "Mswsock.lib")
#pragma comment(lib, "AdvApi32.lib")
@ -176,4 +175,4 @@ public:
}
};
} // namespace details
} // namespace spdlog
} // namespace spdlog