Core/Config: Fix typo
Former-commit-id: 8e9d1c6f4ef8231b9ff59d51abf224606795775d [formerly 5ff9f91c844593607b64df00b5ec9344da1aa864] [formerly 83084c13b439390fa313594332ef0d42e793df9a [formerly 317e9e476ef6a7a97e9906245682080a196dd82f]] Former-commit-id: 5b16e13e15bcc5054743387fd1cb738515a198d9 [formerly ec5e19e21a44489c2eaa0843b0f869341c5deb20] Former-commit-id: 60028fb6c993ddf6cee0458f9ed6d5d7fcca25bd
This commit is contained in:
parent
9452b98f49
commit
0b1ae4f16a
|
|
@ -72,7 +72,7 @@
|
||||||
// Number of spinlocks to use with the Windows critical sections (0 to disable)
|
// Number of spinlocks to use with the Windows critical sections (0 to disable)
|
||||||
#define NAZARA_CORE_WINDOWS_CS_SPINLOCKS 4096
|
#define NAZARA_CORE_WINDOWS_CS_SPINLOCKS 4096
|
||||||
|
|
||||||
// Optimize the Windows implementation with technologies of Windows vista (and greather) (Break the compatibility with XP)
|
// Optimize the Windows implementation with technologies of Windows vista (and greater) (Break the compatibility with XP)
|
||||||
#define NAZARA_CORE_WINDOWS_VISTA 0
|
#define NAZARA_CORE_WINDOWS_VISTA 0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue