Allow more space for windows sockets due to fc::future changes

This commit is contained in:
Peter Conrad 2019-06-24 13:30:24 +02:00
parent c8f3e452d3
commit 6008c96c1a

View file

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