=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: user32: No need for WINE_ prefixed debug output macro.

Alexandre Julliard julliard at winehq.org
Wed Jan 11 13:39:59 CST 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jan 10 22:30:53 2012 +0100

user32: No need for WINE_ prefixed debug output macro.

---

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




More information about the wine-cvs mailing list