[PATCH v2 3/6] user32: Move unpack_message call to User32CallWindowProc.

Jacek Caban jacek at codeweavers.com
Thu Mar 31 03:45:09 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
v2: Move even more logic to winproc.c. While this requires exposing more 
details to PE side (all those packed_* structs), it should make 32on64 
easier later. It also fixes WM_COPYDATA (unrelated to above).

  dlls/user32/message.c | 412 +++--------------------------------
  dlls/user32/winproc.c | 486 +++++++++++++++++++++++++++++++++++++++++-
  dlls/win32u/message.c |   2 +
  include/ntuser.h      |   1 +
  4 files changed, 511 insertions(+), 390 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0003-user32-Move-unpack_message-call-to-User32CallWindow.txt
Type: text/x-patch
Size: 38444 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220331/f24e521c/attachment.bin>


More information about the wine-devel mailing list