Dmitry Timoshkov : user32: Use appropriate type for lresult.

Alexandre Julliard julliard at winehq.org
Mon Apr 14 07:14:04 CDT 2008


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

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Fri Apr 11 21:20:51 2008 +0900

user32: Use appropriate type for lresult.

---

 dlls/user32/message.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/message.c b/dlls/user32/message.c
index ce102de..33c12c1 100644
--- a/dlls/user32/message.c
+++ b/dlls/user32/message.c
@@ -3359,7 +3359,7 @@ static BOOL CALLBACK bcast_childwindow( HWND hw, LPARAM lp )
 {
     BroadcastParm *parm = (BroadcastParm*)lp;
     DWORD_PTR retval = 0;
-    LONG lresult;
+    LRESULT lresult;
 
     if (parm->flags & BSF_IGNORECURRENTTASK && WIN_IsCurrentProcess(hw))
     {




More information about the wine-cvs mailing list