diff --git a/dlls/setupapi/misc.c b/dlls/setupapi/misc.c index 44a03497aaf..6c0f68ab88c 100644 --- a/dlls/setupapi/misc.c +++ b/dlls/setupapi/misc.c @@ -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; diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec index cd3c856a9ad..2996803415d 100644 --- a/dlls/setupapi/setupapi.spec +++ b/dlls/setupapi/setupapi.spec @@ -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