mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +00:00
[WINESYNC] 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> wine commit id 49e9fa376ca1ab251a0b5ccc506b255a93071bc2 by Hans Leidekker <hans@codeweavers.com>
This commit is contained in:
parent
de59794f36
commit
537188d764
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ struct tagMSIOBJECTHDR
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MSI_INITIAL_MEDIA_TRANSFORM_OFFSET 10000
|
#define MSI_INITIAL_MEDIA_TRANSFORM_OFFSET 10000
|
||||||
#define MSI_INITIAL_MEDIA_TRANSFORM_DISKID 30000
|
#define MSI_INITIAL_MEDIA_TRANSFORM_DISKID 32000
|
||||||
|
|
||||||
typedef struct tagMSISTREAM
|
typedef struct tagMSISTREAM
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue