Alexandre Julliard : kernel32: Move waitable timer functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Jul 1 15:15:15 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 27 16:21:37 2019 +0200

kernel32: Move waitable timer functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  12 ++---
 dlls/kernel32/sync.c            | 105 ----------------------------------------
 dlls/kernelbase/kernelbase.spec |  12 ++---
 dlls/kernelbase/sync.c          |  98 +++++++++++++++++++++++++++++++++++++
 4 files changed, 110 insertions(+), 117 deletions(-)

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



More information about the wine-cvs mailing list