[PATCH] msi: Increase MSI_INITIAL_MEDIA_TRANSFORM_DISKID to avoid conflicts.

Hans Leidekker hans at codeweavers.com
Tue Nov 20 06:42:22 CST 2018


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 dlls/msi/msipriv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/msipriv.h b/dlls/msi/msipriv.h
index 1ea6b77fb9..f9263b5ebb 100644
--- a/dlls/msi/msipriv.h
+++ b/dlls/msi/msipriv.h
@@ -81,7 +81,7 @@ struct tagMSIOBJECTHDR
 };
 
 #define MSI_INITIAL_MEDIA_TRANSFORM_OFFSET 10000
-#define MSI_INITIAL_MEDIA_TRANSFORM_DISKID 30000
+#define MSI_INITIAL_MEDIA_TRANSFORM_DISKID 32000
 
 typedef struct tagMSISTREAM
 {
-- 
2.11.0




More information about the wine-devel mailing list