Hans Leidekker : msi: Remove unused field from MSICOMPONENT structure.

Alexandre Julliard julliard at winehq.org
Fri Sep 24 11:43:46 CDT 2010


Module: wine
Branch: master
Commit: d56d0d98a3a9603e6d149678580203c69aff2af9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d56d0d98a3a9603e6d149678580203c69aff2af9

Author: Hans Leidekker <hans at 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;




More information about the wine-cvs mailing list