mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:12:59 +00:00
* Merge r53373 from trunk.
svn path=/branches/shell32_new-bringup/; revision=53374
This commit is contained in:
parent
56f6314a44
commit
efa1f39fbc
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ HANDLE WINAPI CreateFileW (LPCWSTR lpFileName,
|
||||||
NULL))
|
NULL))
|
||||||
{
|
{
|
||||||
WARN("Invalid path\n");
|
WARN("Invalid path\n");
|
||||||
SetLastError(ERROR_PATH_NOT_FOUND);
|
SetLastError(ERROR_FILE_NOT_FOUND);
|
||||||
return INVALID_HANDLE_VALUE;
|
return INVALID_HANDLE_VALUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue