Commit 3f9a4ac1 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

apphelp: Add a stub for SdbCloseDatabase.

parent c9973679
......@@ -106,3 +106,8 @@ TAGID WINAPI SdbGetFirstChild(PDB pdb, TAGID parent)
FIXME("stub: %p %d\n", pdb, parent);
return TAGID_NULL;
}
void WINAPI SdbCloseDatabase(PDB pdb)
{
FIXME("stub: %p\n", pdb);
}
......@@ -22,7 +22,7 @@
@ stub SdbApphelpNotifyExSdbApphelpNotifyEx
@ stub SdbBuildCompatEnvVariables
@ stub SdbCloseApphelpInformation
@ stub SdbCloseDatabase
@ stdcall SdbCloseDatabase(ptr)
@ stub SdbCloseDatabaseWrite
@ stub SdbCloseLocalDatabase
@ stub SdbCommitIndexes
......
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