GSOCKET fix from dev branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-03-27 18:35:03 +00:00
parent 5ab57de77d
commit fc478ddb79

View File

@@ -80,19 +80,10 @@ int _System soclose(int);
/* Global initialisers */ /* Global initialisers */
#if !defined(__VISAGECPP__)
int GSocket_Init() int GSocket_Init()
{ {
return 1; return 1;
} }
#else
bool GSocket_Init()
{
return 1;
}
#endif
void GSocket_Cleanup() void GSocket_Cleanup()
{ {