Fix comctl32 conformance test

Alexandre Julliard julliard at winehq.org
Mon Oct 20 15:43:51 CDT 2003


Hans Leidekker <hans at it.vu.nl> writes:

> It appears that the comctl32 conformance test calls functions by name 
> that are exported by ordinal only on Windows. Still the test runs (and
> thus run-time links) on Wine. Is this wanted behavior?

Yes it is, the functions are converted to ordinal imports by the
import library. The existing code works just fine, except when
cross-compiling on Mingw because the import libraries are broken
there. This should be fixed in Mingw not in Wine.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list