msi: Remove unused field from MSICOMPONENT structure.
This commit is contained in:
parent
604e39dde5
commit
d56d0d98a3
|
@ -399,7 +399,6 @@ typedef struct tagMSIFEATURE
|
|||
typedef struct tagMSICOMPONENT
|
||||
{
|
||||
struct list entry;
|
||||
DWORD magic;
|
||||
LPWSTR Component;
|
||||
LPWSTR ComponentId;
|
||||
LPWSTR Directory;
|
||||
|
|
Loading…
Reference in New Issue