Adjust tcp_socket allocation

This commit is contained in:
Nathaniel 2022-03-16 13:17:32 -05:00
parent bff16bbc3d
commit 23fd3a3a41
No known key found for this signature in database
GPG key ID: B4344309A110851E

View file

@ -55,7 +55,7 @@ namespace fc {
#ifdef _WIN64
fc::fwd<impl,0xa8> my;
#else
fc::fwd<impl,0x80> my;
fc::fwd<impl,0x88> my;
#endif
};
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;