mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
UPP allocator now enabled in mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@9657 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
15091acd69
commit
32deedb71c
1 changed files with 0 additions and 6 deletions
|
|
@ -477,12 +477,6 @@ template<> inline bool IsNull(const int64& i) { return i == INT64_NULL; }
|
|||
template<> inline bool IsNull(const double& r) { return r < DOUBLE_NULL_LIM; }
|
||||
template<> inline bool IsNull(const bool& r ) { return false; }
|
||||
|
||||
#if defined(flagMT)
|
||||
#if defined(PLATFORM_WIN32) && defined(COMPILER_GCC)
|
||||
#define flagUSEMALLOC //MINGW does not support
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef flagUSEMALLOC
|
||||
#define UPP_HEAP
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue