Skip to content
Snippets Groups Projects
Commit eb3f1521 authored by Austin English's avatar Austin English Committed by Michael Stefaniuc
Browse files

apphelp: Add SdbGetAppPatchDir stub.


Signed-off-by: Austin English's avatarAustin English <austinenglish@gmail.com>
Signed-off-by: default avatarSebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
(cherry picked from commit 48091559)
Signed-off-by: default avatarMichael Stefaniuc <mstefani@winehq.org>
parent 72f4b36c
No related branches found
No related tags found
No related merge requests found
......@@ -111,3 +111,9 @@ void WINAPI SdbCloseDatabase(PDB pdb)
{
FIXME("stub: %p\n", pdb);
}
void WINAPI SdbGetAppPatchDir(HSDB hsdb, WCHAR *path, DWORD size)
{
FIXME("stub: %p %p %d\n", hsdb, path, size);
if (size && path) *path = 0;
}
......@@ -49,7 +49,7 @@
@ stub SdbFreeFileInfo
@ stub SdbFreeFlagInfo
@ stub SdbGetAppCompatDataSize
@ stub SdbGetAppPatchDir
@ stdcall SdbGetAppPatchDir(long ptr long)
@ stub SdbGetBinaryTagData
@ stub SdbGetDatabaseID
@ stub SdbGetDatabaseInformation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment