cabinet: Define the flags member of the EXTRACTdest structure.

oldstable
James Hawkins 2006-01-09 20:23:34 +01:00 committed by Alexandre Julliard
parent f9859a88d3
commit e073fbdce9
1 changed files with 1 additions and 1 deletions

View File

@ -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;