mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +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__
|
#ifdef __REACTOS__
|
||||||
|
#undef __thiscall
|
||||||
#define __thiscall WINAPI
|
#define __thiscall WINAPI
|
||||||
#endif /* __REACTOS__ */
|
#endif /* __REACTOS__ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue