From 6213c452bb54bc14482c1e7a7ddf4a53394f0ea1 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Mon, 9 Jan 2006 20:24:10 +0100 Subject: [PATCH] cabinet: Add the two flags used by Extract to cabinet.h. --- dlls/cabinet/cabinet.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/cabinet/cabinet.h b/dlls/cabinet/cabinet.h index 9743b0a3605..13491055e22 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; -- 2.11.4.GIT