ChangeSet ID: 9674 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/07 22:51:32
Modified files: dlls/ntdll : path.c ntdll_misc.h loader.c file.c dlls/kernel : process.c
Log message: Added hack to call CreateFileW through a pointer so that we don't need to link to kernel functions. Commented out SMB support in NtReadFile for now.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9674
Old revision New revision Changes Path 1.9 1.10 +7 -2 wine/dlls/ntdll/path.c 1.27 1.28 +9 -1 wine/dlls/ntdll/ntdll_misc.h 1.46 1.47 +4 -3 wine/dlls/ntdll/loader.c 1.31 1.32 +5 -4 wine/dlls/ntdll/file.c 1.17 1.18 +2 -1 wine/dlls/kernel/process.c