Commit d56d0d98 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Remove unused field from MSICOMPONENT structure.

parent 604e39dd
......@@ -399,7 +399,6 @@ typedef struct tagMSIFEATURE
typedef struct tagMSICOMPONENT
{
struct list entry;
DWORD magic;
LPWSTR Component;
LPWSTR ComponentId;
LPWSTR Directory;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment