msi: Store Context as MSIINSTALLCONTEXT in MSIPACKAGE.

Avoids casting to enum pointer in msi_locate_product call.
This commit is contained in:
Jacek Caban 2023-11-17 13:28:40 +01:00 committed by Alexandre Julliard
parent 877a072efa
commit 2daa8c9f95

View file

@ -456,7 +456,7 @@ typedef struct tagMSIPACKAGE
float center_y;
UINT WordCount;
UINT Context;
MSIINSTALLCONTEXT Context;
struct list subscriptions;