comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the...
[wine] / dlls / comctl32 / tests / mru.c
2010-02-26  Reece Dunncomctl32/mru: In EnumMRUListA, ensure that the string...
2009-05-26  Nikolay Sivovcomctl32/mru: Fix test failures on Win9x.
2009-05-25  Nikolay Sivovcomctl32/mru: Check for NULL handles in MRU calls.
2008-09-29  Francois Gougetcomctl32/tests: FreeMRUList(NULL) crashes on Win98...
2008-07-21  Reece Dunncomctl32: Fixed the MRU tests on Vista.
2007-12-10  Francois Gougetcomctl32/tests: Avoid SHDeleteKeyA() because it does...
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-06  Peter Oberndorfercomctl32: EnumMRUListA/W fix getting list size by negat...
2007-12-06  Peter Oberndorfercomctl32: Add EnumMRUList tests.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2006-12-14  Francois Gougetcomctl32/tests: Replace some '#if 0's with 'if (0)'s.
2006-10-13  Michael Ploujnikovcomctl32/tests: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardcomctl32: Don't use sizeof in traces to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-03-14  Jon GriffithsComment out a test that crashes on early versions.
2004-12-10  Jon GriffithsImplement the remaining MRU functions, fix a couple...