From e073fbdce91aefe3cf4a80c3a1a7c7a6020ee0cf Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Mon, 9 Jan 2006 20:23:34 +0100 Subject: [PATCH] cabinet: Define the flags member of the EXTRACTdest structure. --- dlls/cabinet/cabinet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/cabinet/cabinet.h b/dlls/cabinet/cabinet.h index c70d63916ef..9743b0a3605 100644 --- a/dlls/cabinet/cabinet.h +++ b/dlls/cabinet/cabinet.h @@ -625,7 +625,7 @@ typedef struct { long unknown1[3]; /* 0x004 */ struct ExtractFileList *filelist; /* 0x010 */ long filecount; /* 0x014 */ - long unknown2; /* 0x018 */ + DWORD flags; /* 0x018 */ char directory[0x104]; /* 0x01c */ char lastfile[0x20c]; /* 0x120 */ } EXTRACTdest; -- 2.11.4.GIT