cabinet: Fix and test the undocumented Extract function.
authorMike McCormack <mike@codeweavers.com>
Mon, 7 Aug 2006 04:39:43 +0000 (13:39 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Aug 2006 11:13:31 +0000 (13:13 +0200)
commitc63b348a8a2128a58d4bd1a7e260397388e41f20
treeae3cb89ca1de70db76b3ee195ceef574700e17d1
parent968a4457250e61cdbe5537c375b1d48ad5ce9fd9
cabinet: Fix and test the undocumented Extract function.

The paths are MAX_PATH length.
The last field is list of files which is checked when flags = 0.
Add tests for the flag in the file list.
dlls/cabinet/cabinet.h
dlls/cabinet/cabinet_main.c
dlls/cabinet/tests/extract.c