mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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;
|
||||
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)
|
||||
FIXME("Ignoring flags %x\n", dwReplaceFlags);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user