Fix core #1935
This commit is contained in:
parent
91d8772b7b
commit
7b37cd6eff
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ namespace fc {
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
fc::fwd<impl,0xa8> my;
|
fc::fwd<impl,0xa8> my;
|
||||||
#else
|
#else
|
||||||
fc::fwd<impl,0x54> my;
|
fc::fwd<impl,0x60> 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