Module: wine Branch: master Commit: 8c63d02d5f743ed07a2894b1d40ad1a08e0524ba URL: https://source.winehq.org/git/wine.git/?a=commit;h=8c63d02d5f743ed07a2894b1d...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 27 16:21:37 2019 +0200
kernel32: Move waitable timer functions to kernelbase.
Signed-off-by: Alexandre Julliard julliard@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=8c63d02d5f743ed07a289...