Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e94b065d
Commit
e94b065d
authored
Mar 20, 2008
by
James Hawkins
Committed by
Alexandre Julliard
Mar 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Fix the type of the ID parameter of MsiSourceListEnumMediaDisks.
parent
e02322ae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
files.c
dlls/msi/files.c
+1
-2
source.c
dlls/msi/source.c
+2
-2
source.c
dlls/msi/tests/source.c
+2
-2
msi.h
include/msi.h
+2
-2
No files found.
dlls/msi/files.c
View file @
e94b065d
...
...
@@ -599,8 +599,7 @@ static UINT find_published_source(MSIPACKAGE *package, struct media_info *mi)
WCHAR
volume
[
MAX_PATH
];
WCHAR
prompt
[
MAX_PATH
];
DWORD
volumesz
,
promptsz
;
DWORD
index
,
size
;
WORD
id
;
DWORD
index
,
size
,
id
;
UINT
r
;
r
=
MsiSourceListGetInfoW
(
package
->
ProductCode
,
NULL
,
...
...
dlls/msi/source.c
View file @
e94b065d
...
...
@@ -145,7 +145,7 @@ static UINT OpenURLSubkey(HKEY rootkey, HKEY *key, BOOL create)
*/
UINT
WINAPI
MsiSourceListEnumMediaDisksA
(
LPCSTR
szProductCodeOrPatchCode
,
LPCSTR
szUserSid
,
MSIINSTALLCONTEXT
dwContext
,
DWORD
dwOptions
,
DWORD
dwIndex
,
LPWORD
pdwDiskId
,
DWORD
dwOptions
,
DWORD
dwIndex
,
LP
D
WORD
pdwDiskId
,
LPSTR
szVolumeLabel
,
LPDWORD
pcchVolumeLabel
,
LPSTR
szDiskPrompt
,
LPDWORD
pcchDiskPrompt
)
{
...
...
@@ -204,7 +204,7 @@ done:
*/
UINT
WINAPI
MsiSourceListEnumMediaDisksW
(
LPCWSTR
szProductCodeOrPatchCode
,
LPCWSTR
szUserSid
,
MSIINSTALLCONTEXT
dwContext
,
DWORD
dwOptions
,
DWORD
dwIndex
,
LPWORD
pdwDiskId
,
DWORD
dwOptions
,
DWORD
dwIndex
,
LP
D
WORD
pdwDiskId
,
LPWSTR
szVolumeLabel
,
LPDWORD
pcchVolumeLabel
,
LPWSTR
szDiskPrompt
,
LPDWORD
pcchDiskPrompt
)
{
...
...
dlls/msi/tests/source.c
View file @
e94b065d
...
...
@@ -36,7 +36,7 @@ static UINT (WINAPI *pMsiSourceListAddMediaDiskA)
static
UINT
(
WINAPI
*
pMsiSourceListAddSourceExA
)
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCSTR
,
DWORD
);
static
UINT
(
WINAPI
*
pMsiSourceListEnumMediaDisksA
)
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LPWORD
,
LPSTR
,
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LP
D
WORD
,
LPSTR
,
LPDWORD
,
LPSTR
,
LPDWORD
);
static
UINT
(
WINAPI
*
pMsiSourceListEnumSourcesA
)
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LPSTR
,
LPDWORD
);
...
...
@@ -2297,7 +2297,7 @@ static void test_MsiSourceListEnumMediaDisks(void)
DWORD
labelsz
,
promptsz
;
LPSTR
usersid
;
DWORD
val
;
WORD
id
;
D
WORD
id
;
LONG
res
;
UINT
r
;
...
...
include/msi.h
View file @
e94b065d
...
...
@@ -545,9 +545,9 @@ UINT WINAPI MsiSourceListAddSourceA(LPCSTR, LPCSTR, DWORD, LPCSTR);
UINT
WINAPI
MsiSourceListAddSourceW
(
LPCWSTR
,
LPCWSTR
,
DWORD
,
LPCWSTR
);
#define MsiSourceListAddSource WINELIB_NAME_AW(MsiSourceListAddSource)
UINT
WINAPI
MsiSourceListEnumMediaDisksA
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LPWORD
,
UINT
WINAPI
MsiSourceListEnumMediaDisksA
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LP
D
WORD
,
LPSTR
,
LPDWORD
,
LPSTR
,
LPDWORD
);
UINT
WINAPI
MsiSourceListEnumMediaDisksW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LPWORD
,
UINT
WINAPI
MsiSourceListEnumMediaDisksW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LP
D
WORD
,
LPWSTR
,
LPDWORD
,
LPWSTR
,
LPDWORD
);
#define MsiSourceListEnumMediaDisks WINELIB_NAME_AW(MsiSourceListEnumMediaDisks)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment