kernel32: Implement ReplaceFileA/ReplaceFileW (1/2) [UPDATED]

Erich Hoover ehoover at mines.edu
Tue Feb 5 18:50:32 CST 2008


Real Name:
    Erich Hoover
Description:
    Implements the functions ReplaceFileA and ReplaceFileW in kernel32
(Bug #7544).  This revision includes changes to implement the
functionality using the POSIX.1-2001 "rename" function rather than
using Win32 calls.  This version was updated to use NtCreateFile
instead of CreateFileW (see
http://www.winehq.org/pipermail/wine-devel/2008-February/062302.html).
 See part 2/2 for conformance test code.
Changelog:
    kernel32: Implement ReplaceFileA/ReplaceFileW
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-Implement-ReplaceFileA-ReplaceFileW-1-2.patch
Type: text/x-patch
Size: 10518 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080205/c3939693/attachment-0001.bin 


More information about the wine-patches mailing list