summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_win32.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-09-27 13:16:35 +0000
committerBenny Prijono <bennylp@teluu.com>2008-09-27 13:16:35 +0000
commit3f954489680fbf68d80a1f919f7c258b866db056 (patch)
treea576b59e1b96f588a8376c87f0784eb2540b45e3 /pjlib/include/pj/compat/os_win32.h
parent69c33be41a35252c9d9b3782b78ef7e65ad8a3b8 (diff)
Fixed ticket #644 and 648 again (hopefully once and for all): build error on VS6 with built-in SDK and on PocketPC 2003 SDK since they don't have multicast related socket options
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2331 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/compat/os_win32.h')
-rw-r--r--pjlib/include/pj/compat/os_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_win32.h b/pjlib/include/pj/compat/os_win32.h
index 52ac49bd..2d988042 100644
--- a/pjlib/include/pj/compat/os_win32.h
+++ b/pjlib/include/pj/compat/os_win32.h
@@ -59,6 +59,7 @@
#define PJ_HAS_MSWSOCK_H 1
#define PJ_HAS_WINSOCK_H 0
#define PJ_HAS_WINSOCK2_H 1
+#define PJ_HAS_WS2TCPIP_H 1
#define PJ_SOCK_HAS_INET_ATON 0