wer: Stub WerAddExcludedApplication.
This commit is contained in:
parent
4a626fda42
commit
9e3edabe3c
|
@ -26,6 +26,12 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wer);
|
||||
|
||||
HRESULT WINAPI WerAddExcludedApplication(PCWSTR exeName, BOOL allUsers)
|
||||
{
|
||||
FIXME("(%s, %d) stub\n",debugstr_w(exeName), allUsers);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
TRACE("(0x%p, %d, %p)\n", hinstDLL, fdwReason, lpvReserved);
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
@ stub WerpShowUpsellUI
|
||||
@ stub WerpSubmitReportFromStore
|
||||
@ stub WerpSvcReportFromMachineQueue
|
||||
@ stub WerAddExcludedApplication
|
||||
@ stdcall WerAddExcludedApplication(wstr long)
|
||||
@ stub WerRemoveExcludedApplication
|
||||
@ stub WerReportAddDump
|
||||
@ stub WerReportAddFile
|
||||
|
|
Loading…
Reference in New Issue