fix sigslot on windows

This commit is contained in:
Gero Müller 2011-01-27 22:20:42 +01:00
parent 132ca27737
commit d4e31fea35
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@
# define _SIGSLOT_SINGLE_THREADED
#elif defined(WIN32)
# define _SIGSLOT_HAS_WIN32_THREADS
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
#elif defined(__GNUG__) || defined(SIGSLOT_USE_POSIX_THREADS)
# define _SIGSLOT_HAS_POSIX_THREADS