On Win9x netapi32.dll does not export a single API so we do a
commitb611dac7efb21b4a6b4a549df3d399ef673213dc
authorFrancois Gouget <fgouget@free.fr>
Thu, 19 Dec 2002 01:04:12 +0000 (19 01:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 19 Dec 2002 01:04:12 +0000 (19 01:04 +0000)
treeb062cda8e2cafab58347df05ac40c081f0c0910a
parent305ead6205316cf326493cf88db32678570eb9ae
On Win9x netapi32.dll does not export a single API so we do a
GetProcAddress for each of them and skip the tests when necessary.
On Win9x GetUserNameW and GetComputerNameW are stubs.
Improve error reporting in access.c.
dlls/netapi32/tests/access.c
dlls/netapi32/tests/apibuf.c
dlls/netapi32/tests/wksta.c