wxSocket compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-07-27 13:25:16 +00:00
parent b2158ed0da
commit ca17eff36b
2 changed files with 9 additions and 10 deletions

View File

@@ -916,7 +916,7 @@ class WXDLLEXPORT wxSocketModule: public wxModule {
return TRUE;
}
void OnExit() {
GSocket_Done();
GSocket_Cleanup();
}
};