From cd1c72e004fb8d707a656ffa9598293c353d82df Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 7 Aug 2013 14:49:05 -0700 Subject: [PATCH] Set __WIN32_WINNT in properties --- Subtrees/beast/Builds/VisualStudio2012/Beast.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Subtrees/beast/Builds/VisualStudio2012/Beast.props b/Subtrees/beast/Builds/VisualStudio2012/Beast.props index 1d61359a39..f6d2951a8e 100644 --- a/Subtrees/beast/Builds/VisualStudio2012/Beast.props +++ b/Subtrees/beast/Builds/VisualStudio2012/Beast.props @@ -6,7 +6,7 @@ Level4 - _CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions) + _CRTDBG_MAP_ALLOC;_WIN32_WINNT=0x0600;%(PreprocessorDefinitions) true false