glthread/*, strsignal: Support for MSVC.
[gnulib.git] / lib / glthread / yield.h
index 6911d02..0482315 100644 (file)
@@ -91,6 +91,7 @@ extern "C" {
 
 #if USE_WIN32_THREADS
 
+# define WIN32_LEAN_AND_MEAN  /* avoid including junk */
 # include <windows.h>
 
 # ifdef __cplusplus