Fix compile fc on Win64 tcp_socket needs a bit (two dozens of) more space.

This commit is contained in:
Gandalf-the-Grey 2014-07-22 10:04:55 -04:00
parent eb022cef27
commit 2d51fd7321

View file

@ -49,7 +49,7 @@ namespace fc {
friend class tcp_server;
class impl;
#ifdef _WIN64
fc::fwd<impl,0x78> my;
fc::fwd<impl,0x81> my;
#else
fc::fwd<impl,0x54> my;
#endif