Fix some Windows 95 issues.
[wine] / dlls / advapi32 / tests / registry.c
2005-03-24  Jakob ErikssonFix some Windows 95 issues.
2005-03-23  James HawkinsAdd RegSaveKey, RegLoadKey tests.
2005-02-25  James HawkinsFix RegOpen/CloseKey.
2005-02-21  James HawkinsAdd RegOpenKey, RegCloseKey tests.
2005-01-27  Alexandre JulliardDon't make the test key volatile, that can break other...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-19  James HawkinsAdded beginnings of RegQueryValueEx tests.
2004-07-24  Alexandre JulliardDon't crash on NULL data in RegSetValueExA (reported...
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-13  Francois GougetUse only Ansi APIs for cleaning up the registry.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-12  Alexandre JulliardFixed possible infinite loop in delete_key.
2002-07-10  Alexandre JulliardCreated registry unit test and added tests for RegEnumV...