Fix win32 compile (increase size of tcp_socket)
This commit is contained in:
parent
6ef73a4198
commit
0a1011ddc9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace fc {
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
fc::fwd<impl,0x78> my;
|
fc::fwd<impl,0x78> my;
|
||||||
#else
|
#else
|
||||||
fc::fwd<impl,0x4c> my;
|
fc::fwd<impl,0x54> my;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;
|
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue