aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-26 23:16:37 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-26 23:16:37 +0000
commitabc856c3652c1bcb7d4796566783dabd5c14aa4f (patch)
tree1eb533e0256093ff5a077cc1cf7975749138b833 /packaging
parenta2e6c2d8afb2063b38dd1c5075f27a6eb019abd0 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29574 f5534014-38df-0310-8fa8-9805f1628bb7
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