kernel32: Implement most of CopyFileEx

Kevin Koltzau kevin at plop.org
Thu May 10 21:01:01 CDT 2007


Updated version based on a few comments.

I've also switched to using NtCreateFile for the destination as windows 
includes the destination file size in the create file syscall rather then 
calling SetEndOfFile, this is the only function I'm aware of that can do 
this.

---
 dlls/kernel32/path.c |  258 
+++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 213 insertions(+), 45 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 8a28b9e643b5ff3064523d6d667cc5f99c6a10c7.diff
Type: text/x-patch
Size: 11751 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070510/549e9b46/8a28b9e643b5ff3064523d6d667cc5f99c6a10c7-0001.bin


More information about the wine-patches mailing list