mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
SetLastError to ERROR_CALL_NOT_IMPLEMENTED
Wine does it, its already a stub, it can only help... svn path=/trunk/; revision=35142
This commit is contained in:
parent
90abd2fa2c
commit
2a31d8815d
1 changed files with 1 additions and 0 deletions
|
@ -963,6 +963,7 @@ GetVolumePathNameW(
|
|||
)
|
||||
{
|
||||
STUB;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue