mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core: trivially_relocatable
This commit is contained in:
parent
abb5c9ae17
commit
3638778b2e
20 changed files with 140 additions and 136 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CORE_H
|
||||
#define CORE_H
|
||||
|
||||
#define UPP_VERSION 0x20220300
|
||||
#define UPP_VERSION 0x20240900
|
||||
|
||||
#ifndef flagMT
|
||||
#define flagMT // MT is now always on
|
||||
|
|
@ -410,12 +410,6 @@ String AsString(const i16x8& x);
|
|||
String AsString(const i8x16& x);
|
||||
#endif
|
||||
|
||||
#ifdef PLATFORM_WIN32
|
||||
NTL_MOVEABLE(POINT)
|
||||
NTL_MOVEABLE(SIZE)
|
||||
NTL_MOVEABLE(RECT)
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#if (defined(TESTLEAKS) || defined(HEAPDBG)) && defined(COMPILER_GCC) && defined(UPP_HEAP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue