mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 05:45:41 +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)
|
BOOL WINAPI DecryptFileW(LPCWSTR lpFileName, DWORD dwReserved)
|
||||||
{
|
{
|
||||||
FIXME("%s(%S) not implemented!\n", __FUNCTION__, lpFileName);
|
FIXME("%s(%S) not implemented!\n", __FUNCTION__, lpFileName);
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -578,7 +577,6 @@ BOOL WINAPI
|
||||||
EncryptFileW(LPCWSTR lpFileName)
|
EncryptFileW(LPCWSTR lpFileName)
|
||||||
{
|
{
|
||||||
FIXME("%s() not implemented!\n", __FUNCTION__);
|
FIXME("%s() not implemented!\n", __FUNCTION__);
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue