Alexandre Julliard : include: Implement some inline functions in C instead of assembly.

Alexandre Julliard julliard at winehq.org
Wed Jun 26 16:15:41 CDT 2019


Module: wine
Branch: master
Commit: 32fdffac424b51fbbbd89c02022b4269930bdd31
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=32fdffac424b51fbbbd89c02022b4269930bdd31

Author: Alexandre Julliard <julliard at 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 at 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=32fdffac424b51fbbbd89c02022b4269930bdd31



More information about the wine-cvs mailing list