aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
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 /dumpcap.c
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 'dumpcap.c')
-rw-r--r--dumpcap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dumpcap.c b/dumpcap.c
index f9447eda26..694a46b0ee 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -134,10 +134,6 @@ FILE *debug_log; /* for logging debug messages to */
/* is defined */
#endif
-#ifdef _WIN32
-#define USE_THREADS
-#endif
-
static GAsyncQueue *pcap_queue;
static gint64 pcap_queue_bytes;
static gint64 pcap_queue_packets;