24 Sep
2010
24 Sep
'10
4:43 p.m.
Module: wine Branch: master Commit: d56d0d98a3a9603e6d149678580203c69aff2af9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d56d0d98a3a9603e6d14967858... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Fri Sep 24 17:08:36 2010 +0200 msi: Remove unused field from MSICOMPONENT structure. --- dlls/msi/msipriv.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/msi/msipriv.h b/dlls/msi/msipriv.h index 99486ec..2e87918 100644 --- a/dlls/msi/msipriv.h +++ b/dlls/msi/msipriv.h @@ -399,7 +399,6 @@ typedef struct tagMSIFEATURE typedef struct tagMSICOMPONENT { struct list entry; - DWORD magic; LPWSTR Component; LPWSTR ComponentId; LPWSTR Directory;