ChangeSet ID: 17096 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/15 09:12:54
Modified files: dlls/ntdll/tests: Makefile.in .cvsignore dlls/ntdll : nt.c Added files: dlls/ntdll/tests: info.c
Log message: Paul Vriens Paul.Vriens@xs4all.nl Start of unit tests for *Info* functions. Check needed length regardless of given length. Return STATUS_INVALID_INFO_CLASS for non-implemented classes. Return STATUS_ACCESS_VIOLATION if no buffer given.
Patch: http://cvs.winehq.org/patch.py?id=17096
Old revision New revision Changes Path 1.12 1.13 +1 -0 wine/dlls/ntdll/tests/Makefile.in 1.12 1.13 +1 -0 wine/dlls/ntdll/tests/.cvsignore 1.75 1.76 +25 -15 wine/dlls/ntdll/nt.c Added 1.1 +0 -0 wine/dlls/ntdll/tests/info.c