aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 23:18:02 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 23:18:02 +0000
commit74b218ef49490be80032670ece643c3f709dd3bb (patch)
tree1ac571fc9727780c83d331ece948e22020d72ebe /config.h.win32
parent103b078b6098312cb5cadf8d89babacf15086744 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38033 f5534014-38df-0310-8fa8-9805f1628bb7
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 */