Ričardas Barkauskas : wer: Stub WerAddExcludedApplication.

Alexandre Julliard julliard at winehq.org
Wed Oct 20 13:24:40 CDT 2010


Module: wine
Branch: master
Commit: 9e3edabe3c2855efab48b40b5a818c18fc7fe9b0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9e3edabe3c2855efab48b40b5a818c18fc7fe9b0

Author: Ričardas Barkauskas <miegalius at gmail.com>
Date:   Wed Oct 20 01:22:51 2010 +0300

wer: Stub WerAddExcludedApplication.

---

 dlls/wer/main.c   |    6 ++++++
 dlls/wer/wer.spec |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dlls/wer/main.c b/dlls/wer/main.c
index d015d27..740462f 100644
--- a/dlls/wer/main.c
+++ b/dlls/wer/main.c
@@ -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);
diff --git a/dlls/wer/wer.spec b/dlls/wer/wer.spec
index b2edb3a..d240a90 100644
--- a/dlls/wer/wer.spec
+++ b/dlls/wer/wer.spec
@@ -61,7 +61,7 @@
 @ stub WerpShowUpsellUI
 @ stub WerpSubmitReportFromStore
 @ stub WerpSvcReportFromMachineQueue
-@ stub WerAddExcludedApplication
+@ stdcall WerAddExcludedApplication(wstr long)
 @ stub WerRemoveExcludedApplication
 @ stub WerReportAddDump
 @ stub WerReportAddFile




More information about the wine-cvs mailing list