Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -212,7 +212,9 @@ DWORD WINAPI SocketThread(LPVOID data)
|
|||||||
|
|
||||||
|
|
||||||
bool GSocketGUIFunctionsTableConcrete::CanUseEventLoop()
|
bool GSocketGUIFunctionsTableConcrete::CanUseEventLoop()
|
||||||
{ return true; }
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/* Global initializers */
|
/* Global initializers */
|
||||||
|
|
||||||
@@ -243,7 +245,7 @@ bool GSocketGUIFunctionsTableConcrete::OnInit()
|
|||||||
if (!gs_wsock32dll)
|
if (!gs_wsock32dll)
|
||||||
return false;
|
return false;
|
||||||
gs_WSAAsyncSelect =(WSAAsyncSelectFunc)GetProcAddress(gs_wsock32dll,
|
gs_WSAAsyncSelect =(WSAAsyncSelectFunc)GetProcAddress(gs_wsock32dll,
|
||||||
wxT("WSAAsyncSelect"));
|
"WSAAsyncSelect");
|
||||||
if (!gs_WSAAsyncSelect)
|
if (!gs_WSAAsyncSelect)
|
||||||
return false;
|
return false;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user