Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 23fd3a3a41 - Show all commits

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;