Unverified Commit 1389f866 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update tcp_client.h

parent cf6bb88a
......@@ -4,7 +4,7 @@
#pragma once
#ifdef _WIN32
#error tcp_client not supported under windows yet
#error include tcp_client-windows.h instead
#endif
// tcp client helper
......@@ -146,4 +146,4 @@ public:
}
};
} // namespace details
} // namespace spdlog
\ No newline at end of file
} // namespace spdlog
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