Module: wine Branch: master Commit: ff84bf8bdd118479b7aaabc393db66ff356bff92 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff84bf8bdd118479b7aaabc393...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 2 20:56:40 2015 +0900
ntdll: Move NtNotifyChangeDirectoryFile to file.c and make it use the standard fileio structure.
---
dlls/ntdll/directory.c | 157 ------------------------------------------------- dlls/ntdll/file.c | 138 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 138 insertions(+), 157 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ff84bf8bdd118479b7aaab...