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

Owen Rudge orudge at codeweavers.com
Wed Aug 12 15:50:52 CDT 2009


This series of patches implements the IImageList interface into 
comctl32, introduced in comctl32 v6.

Compared to my previous submissions of these patches, the v6 routines in 
the comctl32 tests are now moved into a header file (per Alexandre's 
suggestion) rather than a separate .c file. (I may submit a separate 
patch to do the same for msg.c, which falls under the same principal.)

Also new are a series of patches that actually include the 
implementation of the interface, along with tests (based on the original 
imagelist tests but adapted for the new interface).

Finally, the SHGetImageList function is implemented, which is required 
amongst other things by IE7, as well as some third-party applications 
(see bug 15885 for instance).

---
  dlls/comctl32/tests/listview.c |  148 
++++-----------------------------------
  dlls/comctl32/tests/v6util.h   |  141 
++++++++++++++++++++++++++++++++++++++
  2 files changed, 157 insertions(+), 132 deletions(-)
  create mode 100644 dlls/comctl32/tests/v6util.h

-- 
Owen Rudge
orudge at codeweavers.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 45bda35b4eb79a1c1343067614e04cc8c718b34e.diff
Type: text/x-patch
Size: 10219 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090812/25766e0c/attachment.bin>


More information about the wine-patches mailing list