wer: Stub WerAddExcludedApplication.

oldstable
Ričardas Barkauskas 2010-10-20 01:22:51 +03:00 committed by Alexandre Julliard
parent 4a626fda42
commit 9e3edabe3c
2 changed files with 7 additions and 1 deletions

View File

@ -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);

View File

@ -61,7 +61,7 @@
@ stub WerpShowUpsellUI
@ stub WerpSubmitReportFromStore
@ stub WerpSvcReportFromMachineQueue
@ stub WerAddExcludedApplication
@ stdcall WerAddExcludedApplication(wstr long)
@ stub WerRemoveExcludedApplication
@ stub WerReportAddDump
@ stub WerReportAddFile