Alexandre Julliard : kernel32: Move thread functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Thu Aug 8 19:27:20 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Aug  8 14:25:50 2019 +0200

kernel32: Move thread functions to kernelbase.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/kernel32.spec     |  60 ++--
 dlls/kernel32/sync.c            |   9 -
 dlls/kernel32/thread.c          | 664 ----------------------------------------
 dlls/kernelbase/Makefile.in     |   1 +
 dlls/kernelbase/kernelbase.spec |  64 ++--
 dlls/kernelbase/thread.c        | 495 ++++++++++++++++++++++++++++++
 6 files changed, 558 insertions(+), 735 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=0116660dd80b38da8201e2156adade67fc2ae823



More information about the wine-cvs mailing list