Core: Temporary disable MemoryManager (its causing crashs during runtime with VS)
Former-commit-id: 317a3f6b4d8ac363393094d591550181c26e6f05
This commit is contained in:
parent
d73d935c82
commit
ef511d9b11
|
|
@ -15,7 +15,7 @@
|
||||||
// On force la valeur de MANAGE_MEMORY en mode debug
|
// On force la valeur de MANAGE_MEMORY en mode debug
|
||||||
#if defined(NAZARA_DEBUG) && !NAZARA_CORE_MANAGE_MEMORY
|
#if defined(NAZARA_DEBUG) && !NAZARA_CORE_MANAGE_MEMORY
|
||||||
#undef NAZARA_CORE_MANAGE_MEMORY
|
#undef NAZARA_CORE_MANAGE_MEMORY
|
||||||
#define NAZARA_CORE_MANAGE_MEMORY 1
|
#define NAZARA_CORE_MANAGE_MEMORY 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NazaraCheckTypeAndVal(NAZARA_CORE_DECIMAL_DIGITS, integral, >, 0, " shall be a strictly positive integer");
|
NazaraCheckTypeAndVal(NAZARA_CORE_DECIMAL_DIGITS, integral, >, 0, " shall be a strictly positive integer");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue