ChangeSet ID: 11966 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/12 18:31:09
Modified files: dlls/ntdll : path.c ntdll_misc.h loader.c file.c directory.c
Log message: Implemented NtCreatelFile using the new symlink scheme. Use NtCreateFile in the loader, and get rid of the CreateFileW upcall hack.
Patch: http://cvs.winehq.org/patch.py?id=11966
Old revision New revision Changes Path 1.20 1.21 +0 -19 wine/dlls/ntdll/path.c 1.42 1.43 +2 -5 wine/dlls/ntdll/ntdll_misc.h 1.68 1.69 +37 -16 wine/dlls/ntdll/loader.c 1.46 1.47 +66 -73 wine/dlls/ntdll/file.c 1.2 1.3 +300 -0 wine/dlls/ntdll/directory.c