mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
don't set LastError as we fake success
svn path=/trunk/; revision=39254
This commit is contained in:
parent
5fa9003095
commit
4a85c6705b
1 changed files with 0 additions and 2 deletions
|
@ -541,7 +541,6 @@ BuildSecurityDescriptorA(IN PTRUSTEE_A pOwner OPTIONAL,
|
|||
BOOL WINAPI DecryptFileW(LPCWSTR lpFileName, DWORD dwReserved)
|
||||
{
|
||||
FIXME("%s(%S) not implemented!\n", __FUNCTION__, lpFileName);
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@ -578,7 +577,6 @@ BOOL WINAPI
|
|||
EncryptFileW(LPCWSTR lpFileName)
|
||||
{
|
||||
FIXME("%s() not implemented!\n", __FUNCTION__);
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue