Skip to content

Commit 3c82e68

Browse files
rp9-nextmarkusicu
authored andcommitted
ICU-22676 Undefine move32 since it is interpreted system call with MSVC ARM64
1 parent fd5d6c9 commit 3c82e68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

icu4c/source/test/intltest/citrtest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ class SCharacterIterator : public CharacterIterator {
101101

102102
return pos;
103103
}
104+
105+
#ifdef move32
106+
// One of the system headers right now is sometimes defining a conflicting macro we don't use
107+
#undef move32
108+
#endif
104109
virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin) override {
105110
switch(origin) {
106111
case kStart:

0 commit comments

Comments
 (0)