Module: wine Branch: master Commit: a4b5c5db1c52a29d1145a01045bcab8ca209dee5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4b5c5db1c52a29d1145a01045...
Author: Nikolay Sivov bunglehead@gmail.com Date: Sun Oct 11 16:25:17 2009 +0400
comctl32: Don't use additional heap allocated pointer to old window procedure.
---
dlls/comctl32/tests/datetime.c | 26 +++-------- dlls/comctl32/tests/header.c | 20 +++------ dlls/comctl32/tests/listview.c | 95 ++++++++++++--------------------------- dlls/comctl32/tests/monthcal.c | 27 +++-------- dlls/comctl32/tests/tab.c | 19 ++------ dlls/comctl32/tests/trackbar.c | 26 +++-------- dlls/comctl32/tests/updown.c | 49 ++++++--------------- 7 files changed, 74 insertions(+), 188 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a4b5c5db1c52a29d1145a0...