dbghelp: No need for WINE_ prefixed ERR

André Hentschel nerv at dawncrow.de
Mon Jan 9 16:23:09 CST 2012


---
 dlls/dbghelp/pe_module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dbghelp/pe_module.c b/dlls/dbghelp/pe_module.c
index ba7f1a2..79a4d90 100644
--- a/dlls/dbghelp/pe_module.c
+++ b/dlls/dbghelp/pe_module.c
@@ -600,8 +600,8 @@ static BOOL pe_load_msc_debug_info(const struct process* pcs, struct module* mod
         if (nDbg != 1 || dbg->Type != IMAGE_DEBUG_TYPE_MISC ||
             misc->DataType != IMAGE_DEBUG_MISC_EXENAME)
         {
-            WINE_ERR("-Debug info stripped, but no .DBG file in module %s\n",
-                     debugstr_w(module->module.ModuleName));
+            ERR("-Debug info stripped, but no .DBG file in module %s\n",
+                debugstr_w(module->module.ModuleName));
         }
         else
         {
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120109/1fe4e6b8/attachment.ksh>


More information about the wine-patches mailing list