Remove some unused values in the object header.
This commit is contained in:
parent
14d5e68f19
commit
ade532a163
|
@ -57,8 +57,6 @@ struct tagMSIOBJECTHDR
|
|||
UINT type;
|
||||
LONG refcount;
|
||||
msihandledestructor destructor;
|
||||
struct tagMSIOBJECTHDR *next;
|
||||
struct tagMSIOBJECTHDR *prev;
|
||||
};
|
||||
|
||||
typedef struct tagMSIDATABASE
|
||||
|
|
Loading…
Reference in New Issue