gsocket update. Fix for EMX broke VA.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8916026b7e
commit
6aa929e784
@ -80,10 +80,19 @@ int _System soclose(int);
|
||||
|
||||
/* Global initialisers */
|
||||
|
||||
#if !defined(__VISAGECPP__)
|
||||
|
||||
int GSocket_Init()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
#else
|
||||
bool GSocket_Init()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void GSocket_Cleanup()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user