Module: wine Branch: master Commit: b29c99c59a59d9aff82518a108de61f088cb1b34 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b29c99c59a59d9aff82518a108...
Author: Lei Zhang thestig@google.com Date: Sat Feb 17 15:27:05 2007 -0800
comctl32: Move up-down msg seq test functions into msg.c.
---
dlls/comctl32/tests/Makefile.in | 1 + dlls/comctl32/tests/msg.c | 230 +++++++++++++++++++++++++++++++++ dlls/comctl32/tests/msg.h | 71 +++++++++++ dlls/comctl32/tests/updown.c | 266 ++------------------------------------ 4 files changed, 316 insertions(+), 252 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b29c99c59a59d9aff82518...