Commit c6643534 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: Forward FileSaveMarkNotExist to AddDelBackupEntry.

parent 0584b9de
......@@ -599,15 +599,12 @@ done:
* RETURNS
* Success: S_OK.
* Failure: E_FAIL.
*
* BUGS
* Unimplemented.
*/
HRESULT WINAPI FileSaveMarkNotExist(LPSTR pszFileList, LPSTR pszDir, LPSTR pszBaseName)
{
FIXME("(%p, %p, %p) stub\n", pszFileList, pszDir, pszBaseName);
TRACE("(%p, %p, %p)\n", pszFileList, pszDir, pszBaseName);
return E_FAIL;
return AddDelBackupEntry(pszFileList, pszDir, pszBaseName, AADBE_DEL_ENTRY);
}
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment