Fix win32 compile (increase size of tcp_socket)

This commit is contained in:
Eric Frias 2014-07-21 10:40:21 -04:00
parent 6ef73a4198
commit 0a1011ddc9

View file

@ -51,7 +51,7 @@ namespace fc {
#ifdef _WIN64
fc::fwd<impl,0x78> my;
#else
fc::fwd<impl,0x4c> my;
fc::fwd<impl,0x54> my;
#endif
};
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;