James Hawkins : cabinet: Add the two flags used by Extract to cabinet.h.
Module: wine Branch: refs/heads/master Commit: 6213c452bb54bc14482c1e7a7ddf4a53394f0ea1 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6213c452bb54bc14482c1e7a... Author: James Hawkins <truiken(a)gmail.com> Date: Mon Jan 9 20:24:10 2006 +0100 cabinet: Add the two flags used by Extract to cabinet.h. --- dlls/cabinet/cabinet.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/dlls/cabinet/cabinet.h b/dlls/cabinet/cabinet.h index 9743b0a..1349105 100644 --- a/dlls/cabinet/cabinet.h +++ b/dlls/cabinet/cabinet.h @@ -613,6 +613,10 @@ static const cab_UWORD Zipmask[17] = { 0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff \ } +/* EXTRACTdest flags */ +#define EXTRACT_FILLFILELIST 0x00000001 +#define EXTRACT_EXTRACTFILES 0x00000002 + struct ExtractFileList { LPSTR filename; struct ExtractFileList *next;
participants (1)
-
Alexandre Julliard