[3/4] msi: Use a higher value for the initial transform disk id.

Hans Leidekker hans at codeweavers.com
Mon Sep 5 04:48:35 CDT 2011


---
 dlls/msi/msipriv.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/msipriv.h b/dlls/msi/msipriv.h
index 998970b..96f0808 100644
--- a/dlls/msi/msipriv.h
+++ b/dlls/msi/msipriv.h
@@ -76,7 +76,7 @@ struct tagMSIOBJECTHDR
 };
 
 #define MSI_INITIAL_MEDIA_TRANSFORM_OFFSET 10000
-#define MSI_INITIAL_MEDIA_TRANSFORM_DISKID 10000
+#define MSI_INITIAL_MEDIA_TRANSFORM_DISKID 30000
 
 typedef struct tagMSIDATABASE
 {
-- 
1.7.4.1







More information about the wine-patches mailing list