[1/6] comctl32/tests: Move v6 test initialisation routines into separate file

Owen Rudge orudge at codeweavers.com
Mon Aug 10 12:20:38 CDT 2009


This is the first of a series of patches to implement the IImageList
interface into comctl32, introduced in comctl32 v6.

This first patch splits the routines for loading v6 of comctl32
(requiring a side-by-side manifest) out of the listview tests and into a
general file, so that it can be used by the imagelist tests too.

---
   dlls/comctl32/tests/Makefile.in |    3 +-
   dlls/comctl32/tests/listview.c  |  148
++++----------------------------------
   dlls/comctl32/tests/v6util.c    |  148
+++++++++++++++++++++++++++++++++++++++
   dlls/comctl32/tests/v6util.h    |   23 ++++++
   4 files changed, 189 insertions(+), 133 deletions(-)
   create mode 100644 dlls/comctl32/tests/v6util.c
   create mode 100644 dlls/comctl32/tests/v6util.h

-- 
Owen Rudge
orudge at codeweavers.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fe3dd66856d01976c93f8c96643968a1e3b83e7b.diff
Type: text/x-patch
Size: 11759 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090810/1256b0fd/attachment.bin>


More information about the wine-patches mailing list