From a533d70be02c874a49d2fa9efbee86538c5338cf Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 14 Jul 2011 23:18:02 +0000 Subject: 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 --- config.h.win32 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h.win32') 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 */ -- cgit v1.2.3