Fix compile fc on Win64 tcp_socket needs a bit (two dozens of) more space.
This commit is contained in:
parent
eb022cef27
commit
2d51fd7321
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue