aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-08-26 23:16:37 +0000
committerGerald Combs <gerald@wireshark.org>2009-08-26 23:16:37 +0000
commit4c7f40f3f553696796f2889ee5d31bd611c428a1 (patch)
tree1eb533e0256093ff5a077cc1cf7975749138b833 /packaging
parent228bc22aa91706886b8a691a8c38b17f3ddffea2 (diff)
Add a compile-time option to use a separate thread for reading from
pipes. Enable this by default on Windows. Remove code that tried to use WaitForSingleObject on a pipe (which Windows doesn't support). Use native file handles and system calls on Windows (which fixes a problem with partial reads I ran into during testing). This should fix bug 1759. svn path=/trunk/; revision=29574
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index fac3b6e63d..dc6a442387 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -368,6 +368,7 @@ File "${GLIB_DIR}\bin\libgio-2.0-0.dll"
File "${GLIB_DIR}\bin\libglib-2.0-0.dll"
File "${GLIB_DIR}\bin\libgobject-2.0-0.dll"
File "${GLIB_DIR}\bin\libgmodule-2.0-0.dll"
+File "${GLIB_DIR}\bin\libgthread-2.0-0.dll"
!ifdef ICONV_DIR
File "${ICONV_DIR}\bin\iconv.dll"
!endif