Commit 2daa8c9f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msi: Store Context as MSIINSTALLCONTEXT in MSIPACKAGE.

Avoids casting to enum pointer in msi_locate_product call.
parent 877a072e
...@@ -456,7 +456,7 @@ typedef struct tagMSIPACKAGE ...@@ -456,7 +456,7 @@ typedef struct tagMSIPACKAGE
float center_y; float center_y;
UINT WordCount; UINT WordCount;
UINT Context; MSIINSTALLCONTEXT Context;
struct list subscriptions; struct list subscriptions;
......
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