Francois Gouget fgouget@free.fr writes:
But Hans Leidekker and Rolf Kalbermatter were right: the functions are there, it's only that they are exported by ordinal only and/or are missing from the MSVC import libraries. In any case, modifying the test to load them by ordinal using GetProcAddress makes the test work on NT4 and even on Windows 95 (with comctl32 version 4.00.950).
So I'm sending an updated patch.
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.