Alexandre Julliard : include: Use the __fastcall attribute directly for the Windows build.
Module: wine Branch: master Commit: 10584d2057e2a597033babffa35a06669db1f6c4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=10584d2057e2a597033babffa... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 16 10:15:26 2019 +0200 include: Use the __fastcall attribute directly for the Windows build. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/hal/hal.c | 45 +++++++++++++++++++++++--------------------- dlls/ntdll/rtl.c | 4 ++-- dlls/ntoskrnl.exe/ntoskrnl.c | 20 ++++++++++---------- dlls/ntoskrnl.exe/sync.c | 22 +++++++++++----------- include/ddk/wdm.h | 6 ++++-- include/windef.h | 6 ++++++ include/wine/asm.h | 2 +- include/winnt.h | 1 + 8 files changed, 59 insertions(+), 47 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=10584d2057e2a597033ba...
participants (1)
-
Alexandre Julliard