Alexandre Julliard : kernel32: Move thread pool functions to kernelbase.

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


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

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

kernel32: Move thread pool functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  18 ++---
 dlls/kernel32/thread.c          | 174 ----------------------------------------
 dlls/kernelbase/kernelbase.spec |  14 ++--
 dlls/kernelbase/thread.c        |  89 ++++++++++++++++++++
 4 files changed, 105 insertions(+), 190 deletions(-)

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



More information about the wine-cvs mailing list