mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[RICHED20] Decorate thiscall functions as such. ROSTESTS-375 CORE-17021
This commit is contained in:
parent
e8b79e89eb
commit
c8b6abab80
4 changed files with 142 additions and 155 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue