mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
merge back WineHQ commit
svn path=/trunk/; revision=7697
This commit is contained in:
parent
a7406cc7a7
commit
d073f772d1
1 changed files with 2 additions and 2 deletions
|
@ -521,8 +521,8 @@ BOOL WINAPI PathYetAnotherMakeUniqueName(
|
||||||
LPCWSTR lpszShortName,
|
LPCWSTR lpszShortName,
|
||||||
LPCWSTR lpszLongName)
|
LPCWSTR lpszLongName)
|
||||||
{
|
{
|
||||||
FIXME("(%p, %p ,%p):stub.\n",
|
FIXME("(%p, %s, %s ,%s):stub.\n",
|
||||||
debugstr_w(lpszPathName), debugstr_w(lpszShortName), debugstr_w(lpszLongName));
|
lpszBuffer, debugstr_w(lpszPathName), debugstr_w(lpszShortName), debugstr_w(lpszLongName));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue