Implemented NtCreatelFile using the new symlink scheme.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 12 Apr 2004 23:31:09 +0000 (23:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Apr 2004 23:31:09 +0000 (23:31 +0000)
commite792fb74ba3e34b3356677478848b1faaecc257b
tree6a0c9e61a66eb2b3e8f10d0d716d61adcf0dec19
parent2392a36370afdcf36e19baf0f19689e733599097
Implemented NtCreatelFile using the new symlink scheme.
Use NtCreateFile in the loader, and get rid of the CreateFileW upcall
hack.
dlls/ntdll/directory.c
dlls/ntdll/file.c
dlls/ntdll/loader.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/path.c