Default handling in unpack_message

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Wed Apr 10 16:58:23 CDT 2002


Hallo,

it seems that the default handling in unpack_message was never reached. In
conjunction with the patches "get_window_children", "Make WinHelp use
SendMessageA" and "Handling of messages above WM_USER in pack_message"
Winhlp32 can now be started from an application.

Changelog:
	wine/dlls/user/message.c: unpack_message
	Really do use the default handling
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Free Software: If you contribute nothing, expect nothing
--
Index: wine/dlls/user/message.c
===================================================================
RCS file: /home/wine/wine/dlls/user/message.c,v
retrieving revision 1.16
diff -u -r1.16 message.c
--- wine/dlls/user/message.c	11 Mar 2002 05:06:04 -0000	1.16
+++ wine/dlls/user/message.c	10 Apr 2002 21:49:23 -0000
@@ -799,8 +799,6 @@
         FIXME( "msg %x (%s) not supported yet\n", message, SPY_GetMsgName(message, hwnd) );
         return FALSE;
 
-    default:
-        return TRUE; /* message doesn't need any unpacking */
     }
 
     /* default exit for most messages: check minsize and store buffer in lparam */



More information about the wine-patches mailing list