James Hawkins : cabinet: Define the flags member of the EXTRACTdest structure.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 9 13:52:59 CST 2006


Module: wine
Branch: refs/heads/master
Commit: e073fbdce91aefe3cf4a80c3a1a7c7a6020ee0cf
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e073fbdce91aefe3cf4a80c3a1a7c7a6020ee0cf

Author: James Hawkins <truiken at gmail.com>
Date:   Mon Jan  9 20:23:34 2006 +0100

cabinet: Define the flags member of the EXTRACTdest structure.

---

 dlls/cabinet/cabinet.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cabinet/cabinet.h b/dlls/cabinet/cabinet.h
index c70d639..9743b0a 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;




More information about the wine-cvs mailing list