aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-14 23:18:02 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-14 23:18:02 +0000
commita533d70be02c874a49d2fa9efbee86538c5338cf (patch)
tree1ac571fc9727780c83d331ece948e22020d72ebe /config.h.win32
parentd25adfda546cc922c58b4c6ec5c6bb01d8c913ed (diff)
On Windows enable threads everywhere instead of just in dumpcap. If
threads are enabled use them to check the recent file list. Fixes bug 3810. svn path=/trunk/; revision=38033
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 454b7e79ea..f1e05adec5 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -29,6 +29,9 @@
#define UNICODE 1
#define _UNICODE 1
+/* Use threads */
+#define USE_THREADS 1
+
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -41,6 +44,8 @@
#define HAVE_PLUGINS 1
+#define USE_THREADS 1
+
/* #undef HAVE_SA_LEN */
/* #undef HAVE_MKSTEMP */