Module: wine Branch: master Commit: 0a79eb3608289b29105a42fa1254e3a8b339289d URL: https://source.winehq.org/git/wine.git/?a=commit;h=0a79eb3608289b29105a42fa1...
Author: Alexandre Julliard julliard@winehq.org Date: Thu May 16 13:53:33 2019 +0200
include: Use the __thiscall attribute directly for the Mingw build.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcirt/msvcirt.c | 2 +- dlls/msvcp60/main.c | 2 +- dlls/msvcp90/cxx.h | 4 +- dlls/msvcp90/exception.c | 4 +- dlls/msvcp90/misc.c | 2 +- dlls/msvcp90/msvcp_main.c | 2 +- dlls/msvcrt/cpp.c | 4 +- dlls/msvcrt/cxx.h | 4 +- dlls/msvcrt/scheduler.c | 2 +- dlls/riched20/editor.h | 2 +- dlls/riched20/editstr.h | 2 +- dlls/riched20/tests/txtsrv.c | 132 +++++++++++---------------------- dlls/riched20/txthost.c | 2 +- dlls/windowscodecs/wincodecs_private.h | 13 ++-- include/textserv.h | 120 ++++++++++++++++-------------- include/windef.h | 4 + include/wine/asm.h | 9 +-- tools/winebuild/utils.c | 4 +- 18 files changed, 137 insertions(+), 177 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0a79eb3608289b29105a4...