Better memory errors handler (added GSOCK_MEMERR)

Fixed 'NULL' warning in socket.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-08-02 17:46:43 +00:00
parent 1408104d04
commit e00f35bb06
4 changed files with 93 additions and 26 deletions

View File

@@ -47,7 +47,8 @@ typedef enum {
GSOCK_INVSOCK,
GSOCK_NOHOST,
GSOCK_INVPORT,
GSOCK_TRYAGAIN
GSOCK_TRYAGAIN,
GSOCK_MEMERR
} GSocketError;
typedef enum {