aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
committerGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
commit7d442f4c22c58a970a6d00c2affac1659cdb81f6 (patch)
tree560cbb5c5df3cf623f7d3e0eb792ec9202a0e8a8 /config.h.win32
parent60247a582b5852d7c84f500051d479893d8dc0c6 (diff)
Change the use of threads from "mostly always, depending on your
configure options and Gtk+ and GLib versions" to "always". svn path=/trunk/; revision=39751
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index 7055cf931a..fa7e6bff18 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -29,9 +29,6 @@
#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