shell32: Dynamically load an ordinal only export.

Huw Davies huw at codeweavers.com
Fri Jan 22 07:40:28 CST 2010


On Fri, Jan 22, 2010 at 02:01:03PM +0100, Alexandre Julliard wrote:
> Huw Davies <huw at codeweavers.com> writes:
> 
> > ---
> >  dlls/shell32/tests/shlfileop.c |   18 +++++++++---------
> >  1 files changed, 9 insertions(+), 9 deletions(-)
> 
> This shouldn't be needed, import by ordinal works just fine.

I get a failure with make crosstest:

../../../tools/winegcc/winegcc -b i586-mingw32msvc -B../../../tools/winebuild --sysroot=../../.. appbar.cross.o autocomplete.cross.o generated.cross.o progman_dde.cross.o shelllink.cross.o shellpath.cross.o shfldr_special.cross.o shlexec.cross.o shlfileop.cross.o shlfolder.cross.o string.cross.o systray.cross.o rsrc.res testlist.cross.o -o shell32_crosstest.exe -lshell32 -lole32 -loleaut32 -luser32 -ladvapi32 -lkernel32   
shlfileop.cross.o: In function `test_shlmenu':
/home/daviesh/wine/dlls/shell32/tests/shlfileop.c:2232: undefined reference to `_Shell_MergeMenus at 24'
/home/daviesh/wine/dlls/shell32/tests/shlfileop.c:2234: undefined reference to `_Shell_MergeMenus at 24'

Huw.



More information about the wine-devel mailing list