Replaced the old wxGetResource implementation with one based

in wxFileConfig.
  Compile fix for gsocket.c.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-12-20 17:15:32 +00:00
parent c7a9fa36e4
commit bd046d4221
7 changed files with 137 additions and 654 deletions

View File

@@ -325,6 +325,7 @@ GSocket *GSocket_WaitConnection(GSocket *socket)
struct sockaddr from;
SOCKLEN_T fromlen = sizeof(from);
GSocket *connection;
GSocketError err;
int arg = 1;
assert(socket != NULL);