Anything wrong with this patch?
Vitaliy Margolen
Saturday, October 1, 2005, 10:39:36 AM, Vitaliy Margolen wrote:
ILFree, ILIsEqual and SHILCreateFromPath are not exported by names at least on my win2k.
Vitaliy Margolen
changelog: shell32/test Make shelllink.c compile with mingw and work with win2k.
Vitaliy Margolen wine-devel@kievinfo.com writes:
changelog: shell32/test Make shelllink.c compile with mingw and work with win2k.
The mingw import lib probably needs to be fixed.
Am Freitag, 11. November 2005 23:51 schrieb Alexandre Julliard:
Vitaliy Margolen wine-devel@kievinfo.com writes:
changelog: shell32/test Make shelllink.c compile with mingw and work with win2k.
The mingw import lib probably needs to be fixed.
There is currently nothing to fix ;-).
BUILD/mingw-3.7/w32api/lib/shell32.def:SHILCreateFromPath@12 @28 NONAME BUILD/mingw-3.7/w32api/lib/shell32.def:ILFree@4 @155 NONAME BUILD/mingw-3.7/w32api/lib/shell32.def:ILIsEqual@8 @21 NONAME
At least my mingw knows that the functions are exported only by ordinal. What mingw version did you try?
bye Stefan
Saturday, November 12, 2005, 7:49:42 AM, Stefan Leichter wrote:
Am Freitag, 11. November 2005 23:51 schrieb Alexandre Julliard:
Vitaliy Margolen wine-devel@kievinfo.com writes:
changelog: shell32/test Make shelllink.c compile with mingw and work with win2k.
The mingw import lib probably needs to be fixed.
There is currently nothing to fix ;-).
BUILD/mingw-3.7/w32api/lib/shell32.def:SHILCreateFromPath@12 @28 NONAME BUILD/mingw-3.7/w32api/lib/shell32.def:ILFree@4 @155 NONAME BUILD/mingw-3.7/w32api/lib/shell32.def:ILIsEqual@8 @21 NONAME
At least my mingw knows that the functions are exported only by ordinal. What mingw version did you try?
$rpm -qa | grep mingw binutils-mingw-2.16.91-6hl mingw-w32api-3.3-9hl mingw-runtime-3.8-9hl gcc-core-mingw-3.4.4-9hl