kernel32: Add a trace to ReplaceFileW.
This commit is contained in:
parent
87487c14c7
commit
c41a1a29b5
@ -1527,6 +1527,10 @@ BOOL WINAPI ReplaceFileW(LPCWSTR lpReplacedFileName, LPCWSTR lpReplacementFileNa
|
|||||||
IO_STATUS_BLOCK io;
|
IO_STATUS_BLOCK io;
|
||||||
OBJECT_ATTRIBUTES attr;
|
OBJECT_ATTRIBUTES attr;
|
||||||
|
|
||||||
|
TRACE("%s %s %s 0x%08x %p %p\n", debugstr_w(lpReplacedFileName),
|
||||||
|
debugstr_w(lpReplacementFileName), debugstr_w(lpBackupFileName),
|
||||||
|
dwReplaceFlags, lpExclude, lpReserved);
|
||||||
|
|
||||||
if (dwReplaceFlags)
|
if (dwReplaceFlags)
|
||||||
FIXME("Ignoring flags %x\n", dwReplaceFlags);
|
FIXME("Ignoring flags %x\n", dwReplaceFlags);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user