From d4e31fea350eed3b60d6d3dc2d54d541b7ed861d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gero=20M=C3=BCller?= Date: Thu, 27 Jan 2011 22:20:42 +0100 Subject: [PATCH] fix sigslot on windows --- src/common/sigslot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/sigslot.h b/src/common/sigslot.h index 20002ec..c2247f5 100644 --- a/src/common/sigslot.h +++ b/src/common/sigslot.h @@ -85,6 +85,7 @@ # define _SIGSLOT_SINGLE_THREADED #elif defined(WIN32) # define _SIGSLOT_HAS_WIN32_THREADS +# define WIN32_LEAN_AND_MEAN # include #elif defined(__GNUG__) || defined(SIGSLOT_USE_POSIX_THREADS) # define _SIGSLOT_HAS_POSIX_THREADS