[RICHED20] Decorate thiscall functions as such. ROSTESTS-375 CORE-17021

This commit is contained in:
Thomas Faber 2021-11-12 23:25:53 -05:00
parent e8b79e89eb
commit c8b6abab80
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
4 changed files with 142 additions and 155 deletions

View file

@ -129,11 +129,6 @@ static ULONG WINAPI ITextHostImpl_Release(ITextHost *iface)
}
}
#ifdef __REACTOS__
#undef __thiscall
#define __thiscall WINAPI
#endif /* __REACTOS__ */
static HDC __thiscall ITextHostImpl_TxGetDC(ITextHost *iface)
{
ITextHostTestImpl *This = impl_from_ITextHost(iface);
@ -424,10 +419,6 @@ static HRESULT __thiscall ITextHostImpl_TxGetSelectionBarWidth(ITextHost *iface,
return E_NOTIMPL;
}
#ifdef __REACTOS__
#undef __thiscall
#endif /* __REACTOS__ */
static ITextHostVtbl itextHostVtbl = {
ITextHostImpl_QueryInterface,
ITextHostImpl_AddRef,