From fc0eebf2c4701c9747cb678ee7592d58a9943d1d Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Tue, 7 Jun 2011 23:46:08 +0200 Subject: win32: define WIN32_LEAN_AND_MEAN This makes windows.h include less headers. Otherwise boolean is typedef'ed and that clashes with libjson. --- src/pulsecore/dllmain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pulsecore/dllmain.c b/src/pulsecore/dllmain.c index c826bc08..cb88c928 100644 --- a/src/pulsecore/dllmain.c +++ b/src/pulsecore/dllmain.c @@ -30,6 +30,7 @@ #include #include +#include extern pa_win32_get_toplevel(HANDLE handle); -- cgit