Module: wine Branch: master Commit: 0116660dd80b38da8201e2156adade67fc2ae823 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0116660dd80b38da8201e2156... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Aug 8 14:25:50 2019 +0200 kernel32: Move thread functions to kernelbase. Signed-off-by: Alexandre Julliard <julliard(a)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=0116660dd80b38da8201e...