17 May
2006
17 May
'06
7:48 p.m.
Module: wine Branch: refs/heads/master Commit: c1c5f14839f5b87c25bfe10cb7ebcc4ffcbe3ecf URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c1c5f14839f5b87c25bfe10c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed May 17 20:53:51 2006 +0200 user: The result for dialog procedures is stored in DWLP_MSGRESULT. So we have to access it using Get/SetWindowLong when unmapping the message results (based on a patch by Troy Rollo). --- dlls/user/winproc.c | 161 ++++++++++++++++++++++++++++++++++----------------- 1 files changed, 108 insertions(+), 53 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=c1c5f14839f5b87c25bf...