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:
Steven Edwards 2008-08-06 11:04:54 +00:00
parent 90abd2fa2c
commit 2a31d8815d

View file

@ -963,6 +963,7 @@ GetVolumePathNameW(
)
{
STUB;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}