From 2b1beec5ad1aee071b51310b1a7572f83d4325c9 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 26 Jun 2006 10:03:09 +0000 Subject: Added OSERR_ENOTCONN to compat/socket.h git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@553 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjlib') diff --git a/pjlib/include/pj/compat/socket.h b/pjlib/include/pj/compat/socket.h index e3f68b5d..a3715e7d 100644 --- a/pjlib/include/pj/compat/socket.h +++ b/pjlib/include/pj/compat/socket.h @@ -81,10 +81,12 @@ # define OSERR_EWOULDBLOCK WSAEWOULDBLOCK # define OSERR_EINPROGRESS WSAEINPROGRESS # define OSERR_ECONNRESET WSAECONNRESET +# define OSERR_ENOTCONN WSAENOTCONN #else # define OSERR_EWOULDBLOCK EWOULDBLOCK # define OSERR_EINPROGRESS EINPROGRESS # define OSERR_ECONNRESET ECONNRESET +# define OSERR_ENOTCONN ENOTCONN #endif -- cgit v1.2.3