From bd8a606341041f5e30413d490ea37e3122ef809c Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 24 Jul 2013 18:47:04 +0200 Subject: [PATCH] Fixed: Compilation in 64 bits with Windows SDK 8.0 (patch provided by StudioEtrange) --- code/nel/include/nel/misc/types_nl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/nel/include/nel/misc/types_nl.h b/code/nel/include/nel/misc/types_nl.h index 6485960f7..ce9d88bae 100644 --- a/code/nel/include/nel/misc/types_nl.h +++ b/code/nel/include/nel/misc/types_nl.h @@ -104,6 +104,8 @@ // Windows 64bits platform SDK compilers doesn't support inline assembler # define NL_NO_ASM # endif +# undef _WIN32_WINNT +# define _WIN32_WINNT 0x0600 // force VISTA minimal version in 64 bits # endif // define NOMINMAX to be sure that windows includes will not define min max macros, but instead, use the stl template # define NOMINMAX