fix sigslot on windows
This commit is contained in:
parent
132ca27737
commit
d4e31fea35
@ -85,6 +85,7 @@
|
|||||||
# define _SIGSLOT_SINGLE_THREADED
|
# define _SIGSLOT_SINGLE_THREADED
|
||||||
#elif defined(WIN32)
|
#elif defined(WIN32)
|
||||||
# define _SIGSLOT_HAS_WIN32_THREADS
|
# define _SIGSLOT_HAS_WIN32_THREADS
|
||||||
|
# define WIN32_LEAN_AND_MEAN
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
#elif defined(__GNUG__) || defined(SIGSLOT_USE_POSIX_THREADS)
|
#elif defined(__GNUG__) || defined(SIGSLOT_USE_POSIX_THREADS)
|
||||||
# define _SIGSLOT_HAS_POSIX_THREADS
|
# define _SIGSLOT_HAS_POSIX_THREADS
|
||||||
|
Loading…
Reference in New Issue
Block a user