From Xiao Xiangquan:
[obnox/wireshark/wip.git] / config.h.win32
index 7055cf931abb537b73497b7afe33d560f4d3b8f7..d66faeb8be1f005454c07853c84925062cd1a8bd 100644 (file)
@@ -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
 
 #pragma warning ( disable : 6011 )
 #endif
 
+#if !defined(QT_VERSION) || !defined(_SSIZE_T_DEFINED)
 typedef int ssize_t;
+#endif