mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[WINESYNC] msi: Remove unused fields from MSIFOLDER.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id de78ca24a5a2945e7431c1eb9a6e5404bbcfbf5d by Hans Leidekker <hans@codeweavers.com>
This commit is contained in:
parent
0922e524ec
commit
312627c75b
1 changed files with 0 additions and 2 deletions
|
@ -565,8 +565,6 @@ typedef struct tagMSIFOLDER
|
|||
LPWSTR ResolvedSource;
|
||||
enum folder_state State;
|
||||
BOOL persistent;
|
||||
INT Cost;
|
||||
INT Space;
|
||||
} MSIFOLDER;
|
||||
|
||||
typedef struct tagFolderList
|
||||
|
|
Loading…
Reference in a new issue