Update tcp_client.h

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

View File

@ -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