summaryrefslogtreecommitdiff
path: root/pjlib/build/os-win32.mak
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-10-05 09:52:39 +0000
committerRiza Sulistyo <riza@teluu.com>2016-10-05 09:52:39 +0000
commitc84878c894b93a322029625f0d16b00a4e66dcb0 (patch)
treed7948e02026f8bd3f495f11bc0ef5ed0f562b56d /pjlib/build/os-win32.mak
parent6cb8f011c9ff83fddb6bffbabbe280cfeb64778f (diff)
Re #1964: Implement QoS for darwin OS which supports SO_NET_SERVICE_TYPE.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5445 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/os-win32.mak')
-rw-r--r--pjlib/build/os-win32.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/build/os-win32.mak b/pjlib/build/os-win32.mak
index 5be3c8e5..f0f4006f 100644
--- a/pjlib/build/os-win32.mak
+++ b/pjlib/build/os-win32.mak
@@ -19,6 +19,8 @@ export PJLIB_OBJS += ioqueue_select.o
export PJLIB_OBJS += file_io_win32.o file_access_win32.o
#export PJLIB_OBJS += file_io_ansi.o
+export PJLIB_OBJS += sock_qos_bsd.o
+
#
# TEST_OBJS are operating system specific object files to be included in
# the test application.