Fix advapi test

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Index: dlls/advapi32/tests/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/tests/Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 Makefile.in
--- dlls/advapi32/tests/Makefile.in	9 Aug 2002 01:22:40 -0000	1.1
+++ dlls/advapi32/tests/Makefile.in	7 Dec 2003 17:05:42 -0000
@@ -3,7 +3,7 @@
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 TESTDLL   = advapi32.dll
-IMPORTS   = advapi32 kernel32 ntdll
+IMPORTS   = advapi32 kernel32
 
 CTESTS = \
 	registry.c

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux