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:
@@ -47,7 +47,8 @@ typedef enum {
|
||||
GSOCK_INVSOCK,
|
||||
GSOCK_NOHOST,
|
||||
GSOCK_INVPORT,
|
||||
GSOCK_TRYAGAIN
|
||||
GSOCK_TRYAGAIN,
|
||||
GSOCK_MEMERR
|
||||
} GSocketError;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user