Alexandre Julliard : kernel32: Move file change notification functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Sep 9 16:13:36 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Sep  8 13:31:35 2019 +0200

kernel32: Move file change notification functions to kernelbase.

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

---

 dlls/kernel32/Makefile.in       |   1 -
 dlls/kernel32/change.c          | 208 ----------------------------------------
 dlls/kernel32/kernel32.spec     |  10 +-
 dlls/kernelbase/file.c          | 136 ++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |  10 +-
 5 files changed, 146 insertions(+), 219 deletions(-)

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



More information about the wine-cvs mailing list