Commit 9e3edabe authored by Ričardas Barkauskas's avatar Ričardas Barkauskas Committed by Alexandre Julliard

wer: Stub WerAddExcludedApplication.

parent 4a626fda
......@@ -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
......
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