Hans Leidekker : msi: Increase MSI_INITIAL_MEDIA_TRANSFORM_DISKID to avoid conflicts.

Alexandre Julliard julliard at winehq.org
Tue Nov 20 15:39:50 CST 2018


Module: wine
Branch: master
Commit: 49e9fa376ca1ab251a0b5ccc506b255a93071bc2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=49e9fa376ca1ab251a0b5ccc506b255a93071bc2

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Nov 20 13:42:22 2018 +0100

msi: Increase MSI_INITIAL_MEDIA_TRANSFORM_DISKID to avoid conflicts.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 1ea6b77..f9263b5 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
 {




More information about the wine-cvs mailing list