[shell32/tests 1/2] ILFree() is only exported by ordinal on Win9x

Paul Vriens paul.vriens.wine at gmail.com
Tue Jan 6 07:02:49 CST 2009


Alexandre Julliard wrote:
> "Rob Shearman" <robertshearman at gmail.com> writes:
> 
>> 2009/1/6 Paul Vriens <paul.vriens.wine at gmail.com>:
>>> Hi,
>>>
>>> For some reason this only shows up when I use my own cross compiled tests.
>>>
>>> Changelog
>>>  ILFree() is only exported by ordinal on Win9x
>> ILFree is exported using -noname in Wine, so it should be imported by
>> ordinal. You need to investigate further as to why it isn't working
>> for you. I suggest to start by running "winedump dump -j import
>> shell32_crosstest.exe".
> 
> Most likely it was built against the Mingw import libs, they don't use
> ordinal imports. That's a Mingw bug.
> 
Yeah, that's probably it as I cross compiled in the tests directory and not on 
the highest level.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list