search for: __asm_use_thiscall_wrapper

Displaying 1 result from an estimated 1 matches for "__asm_use_thiscall_wrapper".

2020 May 08
0
Wine release 5.8
...r needed hack. wine/exception.h: Don't override __attribute__ keyword on clang MSVC target. wincon.h: Don't use calling convention wrappers on MSVC. include: Improve _CrtDbgBreak macro. math.h: Use builtin nan and inf on clang MSVC target. wine/asm.h: Introduce __ASM_USE_THISCALL_WRAPPER macro. msvcirt: Use __ASM_USE_THISCALL_WRAPPER macro. msvcp60: Use __ASM_USE_THISCALL_WRAPPER macro. msvcp: Use __ASM_USE_THISCALL_WRAPPER macro. msvcrt: Use __ASM_USE_THISCALL_WRAPPER macro. riched20/tests: Don't use thiscall wrappers on clang MSVC target. r...