Fixed: Compilation in 64 bits with Windows SDK 8.0 (patch provided by StudioEtrange)

This commit is contained in:
kervala 2013-07-24 18:47:04 +02:00
parent 32553f4d87
commit bd8a606341

View file

@ -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