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
7c7e0bd5
Commit
7c7e0bd5
authored
Sep 23, 2011
by
Hans Leidekker
Committed by
Alexandre Julliard
Sep 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: MSI_SetFeatureStateW doesn't need to be WINAPI.
parent
80438ef2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install.c
dlls/msi/install.c
+1
-1
msipriv.h
dlls/msi/msipriv.h
+1
-1
No files found.
dlls/msi/install.c
View file @
7c7e0bd5
...
...
@@ -945,7 +945,7 @@ void ACTION_UpdateComponentStates( MSIPACKAGE *package, MSIFEATURE *feature )
}
}
UINT
WINAPI
MSI_SetFeatureStateW
(
MSIPACKAGE
*
package
,
LPCWSTR
szFeature
,
INSTALLSTATE
iState
)
UINT
MSI_SetFeatureStateW
(
MSIPACKAGE
*
package
,
LPCWSTR
szFeature
,
INSTALLSTATE
iState
)
{
UINT
rc
=
ERROR_SUCCESS
;
MSIFEATURE
*
feature
,
*
child
;
...
...
dlls/msi/msipriv.h
View file @
7c7e0bd5
...
...
@@ -848,7 +848,7 @@ extern INT MSI_ProcessMessage( MSIPACKAGE *, INSTALLMESSAGE, MSIRECORD * ) DECLS
extern
MSICONDITION
MSI_EvaluateConditionW
(
MSIPACKAGE
*
,
LPCWSTR
)
DECLSPEC_HIDDEN
;
extern
UINT
MSI_GetComponentStateW
(
MSIPACKAGE
*
,
LPCWSTR
,
INSTALLSTATE
*
,
INSTALLSTATE
*
)
DECLSPEC_HIDDEN
;
extern
UINT
MSI_GetFeatureStateW
(
MSIPACKAGE
*
,
LPCWSTR
,
INSTALLSTATE
*
,
INSTALLSTATE
*
)
DECLSPEC_HIDDEN
;
extern
UINT
WINAPI
MSI_SetFeatureStateW
(
MSIPACKAGE
*
,
LPCWSTR
,
INSTALLSTATE
)
DECLSPEC_HIDDEN
;
extern
UINT
MSI_SetFeatureStateW
(
MSIPACKAGE
*
,
LPCWSTR
,
INSTALLSTATE
)
DECLSPEC_HIDDEN
;
extern
UINT
msi_download_file
(
LPCWSTR
szUrl
,
LPWSTR
filename
)
DECLSPEC_HIDDEN
;
extern
UINT
msi_package_add_info
(
MSIPACKAGE
*
,
DWORD
,
DWORD
,
LPCWSTR
,
LPWSTR
)
DECLSPEC_HIDDEN
;
extern
UINT
msi_package_add_media_disk
(
MSIPACKAGE
*
,
DWORD
,
DWORD
,
DWORD
,
LPWSTR
,
LPWSTR
)
DECLSPEC_HIDDEN
;
...
...
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