Breaks compatibility with Windows XP by default

This commit is contained in:
Lynix 2017-06-20 08:16:43 +02:00
parent 50a3f78f91
commit 90d86c6eb0
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
#define NAZARA_CORE_WINDOWS_CS_SPINLOCKS 4096
// Optimize the Windows implementation with technologies of Windows NT 6.0 (and greater) (Break the compatibility with Windows XP)
#define NAZARA_CORE_WINDOWS_NT6 0
#define NAZARA_CORE_WINDOWS_NT6 1
/*