Removed useless config defines
Former-commit-id: 37daf78c04fe1e810ab4e0ca6880c857797f7020
This commit is contained in:
parent
e9fe3440e5
commit
54bc1d77fd
|
|
@ -57,7 +57,6 @@
|
||||||
#define NAZARA_CORE_THREADSAFE 1
|
#define NAZARA_CORE_THREADSAFE 1
|
||||||
|
|
||||||
// Les classes à protéger des accès concurrentiels
|
// Les classes à protéger des accès concurrentiels
|
||||||
#define NAZARA_THREADSAFETY_BYTEARRAY 1 // NzByteArray (COW)
|
|
||||||
#define NAZARA_THREADSAFETY_CLOCK 0 // NzClock
|
#define NAZARA_THREADSAFETY_CLOCK 0 // NzClock
|
||||||
#define NAZARA_THREADSAFETY_DIRECTORY 1 // NzDirectory
|
#define NAZARA_THREADSAFETY_DIRECTORY 1 // NzDirectory
|
||||||
#define NAZARA_THREADSAFETY_DYNLIB 1 // NzDynLib
|
#define NAZARA_THREADSAFETY_DYNLIB 1 // NzDynLib
|
||||||
|
|
@ -65,7 +64,6 @@
|
||||||
#define NAZARA_THREADSAFETY_HASHDIGEST 0 // NzHashDigest
|
#define NAZARA_THREADSAFETY_HASHDIGEST 0 // NzHashDigest
|
||||||
#define NAZARA_THREADSAFETY_LOG 1 // NzLog
|
#define NAZARA_THREADSAFETY_LOG 1 // NzLog
|
||||||
#define NAZARA_THREADSAFETY_RESOURCE 1 // NzResource
|
#define NAZARA_THREADSAFETY_RESOURCE 1 // NzResource
|
||||||
#define NAZARA_THREADSAFETY_STRING 1 // NzString (COW)
|
|
||||||
#define NAZARA_THREADSAFETY_STRINGSTREAM 0 // NzStringStream
|
#define NAZARA_THREADSAFETY_STRINGSTREAM 0 // NzStringStream
|
||||||
|
|
||||||
// Le nombre de spinlocks à utiliser avec les critical sections de Windows (0 pour désactiver)
|
// Le nombre de spinlocks à utiliser avec les critical sections de Windows (0 pour désactiver)
|
||||||
|
|
|
||||||
|
|
@ -48,10 +48,6 @@
|
||||||
#define NAZARA_UTILITY_THREADED_WINDOW 0
|
#define NAZARA_UTILITY_THREADED_WINDOW 0
|
||||||
|
|
||||||
// Protège les classes des accès concurrentiels
|
// Protège les classes des accès concurrentiels
|
||||||
#define NAZARA_UTILITY_THREADSAFE 1
|
//#define NAZARA_UTILITY_THREADSAFE 1
|
||||||
|
|
||||||
// Les classes à protéger des accès concurrentiels
|
|
||||||
#define NAZARA_THREADSAFETY_IMAGE 1 // NzImage (COW)
|
|
||||||
#define NAZARA_THREADSAFETY_VERTEXDECLARATION 1 // NzVertexDeclaration (COW)
|
|
||||||
|
|
||||||
#endif // NAZARA_CONFIG_UTILITY_HPP
|
#endif // NAZARA_CONFIG_UTILITY_HPP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue