Alexandre Julliard : kernel32: Move file change notification functions to kernelbase.
Module: wine Branch: master Commit: 0b5c0bc769f9e58eef0cb49ac6d70358005f92ea URL: https://source.winehq.org/git/wine.git/?a=commit;h=0b5c0bc769f9e58eef0cb49ac... Author: Alexandre Julliard <julliard(a)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(a)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=0b5c0bc769f9e58eef0cb...
participants (1)
-
Alexandre Julliard