Module: wine Branch: master Commit: 585329ed139a5eb6f1d1a17eeeea397ebc379f99 URL: http://source.winehq.org/git/wine.git/?a=commit;h=585329ed139a5eb6f1d1a17eee...
Author: Mikolaj Zalewski mikolajz@google.com Date: Wed Oct 17 18:55:55 2007 -0700
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
---
dlls/user32/class.c | 6 ++-- dlls/user32/controls.h | 2 + dlls/user32/tests/class.c | 66 +++++++++++++++++++++++++++++++++++++++++--- dlls/user32/win.c | 13 +++++++- dlls/user32/winproc.c | 43 ++++------------------------- 5 files changed, 83 insertions(+), 47 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=585329ed139a5eb6f1d1a1...