Update tcp_client.h

pull/1473/head
Gabi Melman 6 years ago committed by GitHub
parent cf6bb88af2
commit 1389f86675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
#pragma once #pragma once
#ifdef _WIN32 #ifdef _WIN32
#error tcp_client not supported under windows yet #error include tcp_client-windows.h instead
#endif #endif
// tcp client helper // tcp client helper
@ -146,4 +146,4 @@ public:
} }
}; };
} // namespace details } // namespace details
} // namespace spdlog } // namespace spdlog

Loading…
Cancel
Save