Fix advapi test

Hans Leidekker hans at it.vu.nl
Sun Dec 7 11:36:39 CST 2003


Hi,

The advapi test executable needs symbol atoi, which will resolve
to ntdll.atoi because it imports ntdll. Thus it will not run on
Win98. 

This patch removes ntdll from the list of imports, since it 
needs nothing from it. It will still link because atoi is in
the C library.

Changelog
  Remove ntdll from imports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: advapi32_tests_Makefile_in.diff
Type: text/x-diff
Size: 526 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20031207/afe15330/advapi32_tests_Makefile_in.bin


More information about the wine-patches mailing list