http://bugs.winehq.org/show_bug.cgi?id=22526 MetaQuotes Support <renat(a)metaquotes.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |renat(a)metaquotes.net --- Comment #3 from MetaQuotes Support <renat(a)metaquotes.net> 2010-04-29 07:02:03 --- Problem in this code (from MetaTrader 5 source code): //--- получим AcceptEx GUID guid_AcceptEx=WSAID_ACCEPTEX; if(WSAIoctl(s,SIO_GET_EXTENSION_FUNCTION_POINTER,&guid_AcceptEx, sizeof(guid_AcceptEx), &s_AcceptEx, sizeof(s_AcceptEx), &err,NULL,NULL)!=0 || s_AcceptEx==NULL) { shutdown(s,2); closesocket(s); return(false); } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.