winapi_test: Updated so the generated tests work.
[wine] / dlls / ntdll / tests / reg.c
2008-12-04  Alexandre Julliardntdll/tests: Use the correct prototype for RtlAllocateH...
2008-11-21  Francois Gougetntdll/tests: Remove a redundant 'if'.
2008-11-19  Francois Gougetntdll/tests: Test how NT(Set, Query)ValueKey() handle...
2008-11-19  Francois Gougetntdll/tests: Fix typos in test_NtQueryValueKey().
2008-09-19  Alexandre Julliardntdll/tests: Fix a couple of tests failing on NT4.
2008-04-09  Austin EnglishSpelling fixes.
2008-01-07  Rob Shearmanntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
2008-01-07  Rob Shearmanntdll: Fix the Data and Name returned by NtQueryValueKe...
2008-01-07  Rob Shearmanntdll: Add tests for the data and name returned by...
2007-12-31  Rob Shearmanntdll: Set the DataLength field of the information...
2007-12-31  Rob Shearmanntdll: Add some tests for NtQueryValueKey.
2007-04-04  Rob Shearmanntdll: Pass the correct value to NtClose in the tests.
2007-01-08  Francois Gougetntdll/tests: Replace an '#if 0' with an 'if (0)'.
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-09-20  Paul Vriensntdll: Fixed conditional expression (Coverity).
2006-07-10  Paul Vriensntdll/tests: Added some NULL testing.
2006-06-30  Paul Vriensntdll: Fix return codes for NtCreateKey (with tests).
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2005-08-11  Francois GougetRemove unneeded wine/library.h include.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-04-11  Paul VriensFlags should be or-ed.
2005-03-29  Jacek CabanFixed ntdll:reg test on win9x.
2005-02-15  Ivan Leo PuotiMove Rtl*Registry* structs, defines and prototypes...
2005-02-14  Alexandre JulliardBrad DeMorrow