Core: trivially_relocatable

This commit is contained in:
Mirek Fidler 2024-08-23 08:35:19 +02:00
parent abb5c9ae17
commit 3638778b2e
20 changed files with 140 additions and 136 deletions

View file

@ -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)