2009/8/10 Owen Rudge orudge@codeweavers.com:
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.
I don't know if there's any reason these tests should be an exception, but the general rule is that tests are supposed to be contained within their own file, to allow for easy compilation.