Alexandre Julliard julliard@winehq.org wrote:
Francois Gouget fgouget@free.fr writes:
Or is there a way to keep the static ordinal import and still have something that compiles with MSVC?
Yes, you just need an MSVC version that has a correct import lib (or copy the import lib from somewhere).
Does that exist???? Of course one could create one (no, not the entire comctl32.lib but just an extension import lib) but how to distribute it in a way that anyone trying to compile the test suite with MSVC has it?
Rolf Kalbermatter