msi: Increase MSI_INITIAL_MEDIA_TRANSFORM_DISKID to avoid conflicts.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hans Leidekker 2018-11-20 13:42:22 +01:00 committed by Alexandre Julliard
parent 70073ff2d0
commit 49e9fa376c

View file

@ -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
{