ChangeSet ID: 6728 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/18 19:04:12
Modified files: dlls/netapi32/tests: wksta.c apibuf.c access.c
Log message: Francois Gouget fgouget@free.fr 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.
Patch: http://cvs.winehq.com/patch.py?id=6728
Old revision New revision Changes Path 1.3 1.4 +46 -32 wine/dlls/netapi32/tests/wksta.c 1.1 1.2 +28 -11 wine/dlls/netapi32/tests/apibuf.c 1.1 1.2 +53 -27 wine/dlls/netapi32/tests/access.c