https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e30b0a356db25fd982c14…
commit e30b0a356db25fd982c14717a6363bc4032abcb6
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Sun Oct 10 13:57:32 2021 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Sun Oct 10 13:57:32 2021 +0900
[RICHED20_WINETEST] Fix build about __thiscall redefinition
See
https://github.com/reactos/reactos/commit/5a9535e694b6baaa4b028523263a39357…
---
modules/rostests/winetests/riched20/txtsrv.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/rostests/winetests/riched20/txtsrv.c
b/modules/rostests/winetests/riched20/txtsrv.c
index 0ef617b18d2..1c172277f1d 100644
--- a/modules/rostests/winetests/riched20/txtsrv.c
+++ b/modules/rostests/winetests/riched20/txtsrv.c
@@ -130,6 +130,7 @@ static ULONG WINAPI ITextHostImpl_Release(ITextHost *iface)
}
#ifdef __REACTOS__
+#undef __thiscall
#define __thiscall WINAPI
#endif /* __REACTOS__ */