summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/os_win32.h')
-rw-r--r--pjlib/include/pj/compat/os_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/compat/os_win32.h b/pjlib/include/pj/compat/os_win32.h
index cf7431d6..95d3cd6e 100644
--- a/pjlib/include/pj/compat/os_win32.h
+++ b/pjlib/include/pj/compat/os_win32.h
@@ -73,7 +73,7 @@
/* When this macro is set, getsockopt(SOL_SOCKET, SO_ERROR) will return
* the status of non-blocking connect() operation.
*/
-#define PJ_HAS_SO_ERROR 0
+#define PJ_HAS_SO_ERROR 1
/* This value specifies the value set in errno by the OS when a non-blocking
* socket recv() or send() can not return immediately.