Unverified Commit cf6bb88a authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update tcp_client-windows.h

parent 8e19a267
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include <stdio.h> #include <stdio.h>
#include <string> #include <string>
// Need to link with Ws2_32.lib, Mswsock.lib, and Advapi32.lib
#pragma comment(lib, "Ws2_32.lib") #pragma comment(lib, "Ws2_32.lib")
#pragma comment(lib, "Mswsock.lib") #pragma comment(lib, "Mswsock.lib")
#pragma comment(lib, "AdvApi32.lib") #pragma comment(lib, "AdvApi32.lib")
...@@ -176,4 +175,4 @@ public: ...@@ -176,4 +175,4 @@ public:
} }
}; };
} // namespace details } // namespace details
} // namespace spdlog } // namespace spdlog
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment