mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
[RICHED20_WINETEST] Fix build about __thiscall redefinition
See 5a9535e694
This commit is contained in:
parent
5a9535e694
commit
e30b0a356d
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ static ULONG WINAPI ITextHostImpl_Release(ITextHost *iface)
|
|||
}
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#undef __thiscall
|
||||
#define __thiscall WINAPI
|
||||
#endif /* __REACTOS__ */
|
||||
|
||||
|
|
Loading…
Reference in a new issue