user32: No need for WINE_ prefixed debug output macro

André Hentschel nerv at dawncrow.de
Tue Jan 10 15:30:53 CST 2012


---
 dlls/user32/winhelp.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/user32/winhelp.c b/dlls/user32/winhelp.c
index 1ffb707..a2c331b 100644
--- a/dlls/user32/winhelp.c
+++ b/dlls/user32/winhelp.c
@@ -152,9 +152,9 @@ BOOL WINAPI WinHelpA( HWND hWnd, LPCSTR lpHelpFile, UINT wCommand, ULONG_PTR dwD
         lpwh->ofsData = sizeof(WINHELP) + nlen;
     } else
         lpwh->ofsData = 0;
-    WINE_TRACE("Sending[%u]: cmd=%u data=%08x fn=%s\n",
-               lpwh->size, lpwh->command, lpwh->data,
-               lpwh->ofsFilename ? (LPSTR)lpwh + lpwh->ofsFilename : "");
+    TRACE("Sending[%u]: cmd=%u data=%08x fn=%s\n",
+          lpwh->size, lpwh->command, lpwh->data,
+          lpwh->ofsFilename ? (LPSTR)lpwh + lpwh->ofsFilename : "");
 
     return SendMessageA(hDest, WM_COPYDATA, (WPARAM)hWnd, (LPARAM)&cds);
 }
-- 

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/20120110/507a07c0/attachment.ksh>


More information about the wine-patches mailing list