On Sun, 18 Jan 2004, Alexandre Julliard wrote: [...]
I think we should leave it as it is. These are about the only functions exported by ordinal that are available in basically all Windows versions, and that are even documented on MSDN, so this is a very good opportunity to test ordinal imports.
Can't we find another way to test ordinal imports in Winelib?
Because without this patch the comtcl32 tests don't compile with the Windows SDK. As far as I am concerned that means there is no way to generate a Windows executable for the comctl32 tests and thus it is impossible to make sure they are correct. Not just the dpa tests but also the tab tests and certainly more in the future.
Or is there a way to keep the static ordinal import and still have something that compiles with MSVC?
What about MinGW? It sounds like this test does not compile there either...