[RICHED20_WINETEST] Fix build about __thiscall redefinition

See 5a9535e694
This commit is contained in:
Katayama Hirofumi MZ 2021-10-10 13:57:32 +09:00
parent 5a9535e694
commit e30b0a356d

View file

@ -130,6 +130,7 @@ static ULONG WINAPI ITextHostImpl_Release(ITextHost *iface)
}
#ifdef __REACTOS__
#undef __thiscall
#define __thiscall WINAPI
#endif /* __REACTOS__ */