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:
parent
70073ff2d0
commit
49e9fa376c
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue