Alexandre Julliard : kernel32: Move fiber functions to kernelbase.

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


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

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

kernel32: Move fiber functions to kernelbase.

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

---

 dlls/kernel32/Makefile.in       |   1 -
 dlls/kernel32/fiber.c           | 438 ----------------------------------------
 dlls/kernel32/kernel32.spec     |  24 +--
 dlls/kernelbase/kernelbase.spec |  24 +--
 dlls/kernelbase/thread.c        | 419 +++++++++++++++++++++++++++++++++++++-
 5 files changed, 442 insertions(+), 464 deletions(-)

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



More information about the wine-cvs mailing list