Module: wine Branch: master Commit: 170bd8f361e62b4622fb93898793be896586d8fa URL: https://source.winehq.org/git/wine.git/?a=commit;h=170bd8f361e62b4622fb93898... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 16 18:13:45 2019 +0200 include: Pass function name directly to the __ASM_STDCALL macro. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/process.c | 2 +- dlls/krnl386.exe16/kernel16_private.h | 6 +++--- dlls/krnl386.exe16/ne_module.c | 8 +++---- dlls/krnl386.exe16/selector.c | 40 +++++++++++++++++------------------ dlls/krnl386.exe16/thunk.c | 2 +- dlls/ntdll/relay.c | 2 +- dlls/ntdll/signal_i386.c | 6 +++--- dlls/winecrt0/exception.c | 2 +- include/wine/asm.h | 12 +++++------ 9 files changed, 40 insertions(+), 40 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=170bd8f361e62b4622fb9...