17 Apr
2004
17 Apr
'04
12:26 a.m.
ChangeSet ID: 12030 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/04/16 19:26:54 Modified files: dlls/kernel : file.c change.c Log message: Make FindFirstFileExW and FindFirstChangeNotificationW use NtOpenFile directly so that they can take advantage of the FILE_DIRECTORY_FILE option. Patch: http://cvs.winehq.org/patch.py?id=12030 Old revision New revision Changes Path 1.11 1.12 +28 -22 wine/dlls/kernel/file.c 1.4 1.5 +32 -16 wine/dlls/kernel/change.c