winecfg: Added missing break (Coverity).
[wine] / dlls / cabinet / tests / extract.c
2010-10-01  Alexandre Julliardcabinet/tests: Make some variables static.
2010-01-29  Alexandre Julliardcabinet/tests: Fix accesses to an invalid pointer.
2010-01-07  James Hawkinscabinet: Fix several file list leaks in the extract...
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fci.h for Win64 compat...
2009-01-03  Alexandre Julliardcabinet/tests: Add CDECL to the cabinet callback functions.
2008-01-18  Austin EnglishMisc spelling fixes.
2007-10-26  James Hawkinscabinet: Fix two tests that return E_FAIL on win98.
2007-08-27  James Hawkinscabinet: Don't extract a file if DoExtract is FALSE.
2007-08-24  James Hawkinscabinet: Return the value of GetLastError if FDICopy...
2007-08-24  James Hawkinscabinet: Append new file nodes to the front of the...
2007-08-24  James Hawkinscabinet: Pass the session Error to FDICopy.
2007-08-22  James Hawkinscabinet: Formalize the SESSION struct and add more...
2007-08-14  Paul Vrienscabinet/tests: Use GetModuleHandleA instead of LoadLibr...
2006-10-06  Paul Vrienscabinet: Make tests run on Win98 again.
2006-10-06  Michael Stefaniuccabinet/tests: Win64 printf format warning fixes.
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-08-15  Andrew Talbotcabinet/tests: Write-strings warnings fix.
2006-08-07  Mike McCormackcabinet: Fix and test the undocumented Extract function.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-10  James Hawkinscabinet: Add initial tests for Extract.