[1/6] msi: Remove unused field from MSICOMPONENT structure.

Hans Leidekker hans at codeweavers.com
Fri Sep 24 10:08:36 CDT 2010


---
 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;
-- 
1.7.0.4







More information about the wine-patches mailing list