don't set LastError as we fake success

svn path=/trunk/; revision=39254
This commit is contained in:
Christoph von Wittich 2009-02-01 05:39:56 +00:00
parent 5fa9003095
commit 4a85c6705b

View file

@ -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;
}