setupapi: Add stubs for pSetupInstallCatalog and pSetupVerifyCatalogFile.

This commit is contained in:
Hans Leidekker 2009-01-05 16:00:42 +01:00 committed by Alexandre Julliard
parent c5fa3ec216
commit b511365423
2 changed files with 11 additions and 0 deletions

View File

@ -1122,6 +1122,15 @@ DWORD WINAPI InstallCatalog( LPCSTR catalog, LPCSTR basename, LPSTR fullname )
return 0;
}
/***********************************************************************
* pSetupInstallCatalog (SETUPAPI.@)
*/
DWORD WINAPI pSetupInstallCatalog( LPCWSTR catalog, LPCWSTR basename, LPWSTR fullname )
{
FIXME("%s, %s, %p\n", debugstr_w(catalog), debugstr_w(basename), fullname);
return 0;
}
static UINT detect_compression_type( LPCWSTR file )
{
DWORD size;

View File

@ -554,6 +554,7 @@
@ stub pSetupGetVersionDatum
@ stub pSetupGuidFromString
@ stub pSetupIsGuidNull
@ stdcall pSetupInstallCatalog(wstr wstr ptr)
@ stdcall pSetupIsUserAdmin() IsUserAdmin
@ stub pSetupMakeSurePathExists
@ stdcall pSetupSetGlobalFlags(long)
@ -571,4 +572,5 @@
@ stdcall pSetupStringTableLookUpString(ptr wstr long) StringTableLookUpString
@ stdcall pSetupStringTableLookUpStringEx(ptr wstr long ptr ptr) StringTableLookUpStringEx
@ stdcall pSetupStringTableSetExtraData(ptr long ptr long) StringTableSetExtraData
@ stub pSetupVerifyCatalogFile
@ stub pSetupVerifyQueuedCatalogs