mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22676 Undefine move32 since it is interpreted system call with MSVC ARM64
This commit is contained in:
parent
fd5d6c97b1
commit
3c82e6857c
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@ public:
|
|||
|
||||
return pos;
|
||||
}
|
||||
|
||||
#ifdef move32
|
||||
// One of the system headers right now is sometimes defining a conflicting macro we don't use
|
||||
#undef move32
|
||||
#endif
|
||||
virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin) override {
|
||||
switch(origin) {
|
||||
case kStart:
|
||||
|
|
Loading…
Add table
Reference in a new issue