msi: Remove unused field from MSICOMPONENT structure.

This commit is contained in:
Hans Leidekker 2010-09-24 17:08:36 +02:00 committed by Alexandre Julliard
parent 604e39dde5
commit d56d0d98a3
1 changed files with 0 additions and 1 deletions

View File

@ -399,7 +399,6 @@ typedef struct tagMSIFEATURE
typedef struct tagMSICOMPONENT
{
struct list entry;
DWORD magic;
LPWSTR Component;
LPWSTR ComponentId;
LPWSTR Directory;