From 9501f1cb9eec4e042f1f6c918ceae5c832a9cd5a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 6 Oct 2012 21:36:15 -0700 Subject: Define WIN32_LEAN_AND_MEAN when including windows.h in alMain.h --- OpenAL32/Include/alMain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 8b0850de..ba6a5c8b 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -107,6 +107,7 @@ static const union { #ifdef _WIN32 +#define WIN32_LEAN_AND_MEAN #include typedef DWORD pthread_key_t; -- cgit v1.2.3