Module: wine Branch: master Commit: 32fdffac424b51fbbbd89c02022b4269930bdd31 URL: https://source.winehq.org/git/wine.git/?a=commit;h=32fdffac424b51fbbbd89c020...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 26 12:41:22 2019 +0200
include: Implement some inline functions in C instead of assembly.
This way the same code can be used on all platforms.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/kernel32.spec | 14 ++--- dlls/kernel32/process.c | 3 +- dlls/kernel32/thread.c | 122 +++----------------------------------------- dlls/ntdll/ntdll_misc.h | 5 -- include/winbase.h | 115 +++++++++++++---------------------------- 5 files changed, 49 insertions(+), 210 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=32fdffac424b51fbbbd89...