Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
020bda7e
Commit
020bda7e
authored
Jan 12, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Declare some functions static.
parent
e5938d6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
action.c
dlls/msi/action.c
+2
-2
events.c
dlls/msi/events.c
+1
-1
No files found.
dlls/msi/action.c
View file @
020bda7e
...
...
@@ -1931,7 +1931,7 @@ static UINT ITERATE_CostFinalizeConditions(MSIRECORD *row, LPVOID param)
return
ERROR_SUCCESS
;
}
LPWSTR
msi_get_disk_file_version
(
LPCWSTR
filename
)
static
LPWSTR
msi_get_disk_file_version
(
LPCWSTR
filename
)
{
static
const
WCHAR
name_fmt
[]
=
{
'%'
,
'u'
,
'.'
,
'%'
,
'u'
,
'.'
,
'%'
,
'u'
,
'.'
,
'%'
,
'u'
,
0
};
...
...
@@ -3869,7 +3869,7 @@ static UINT ACTION_ForceReboot(MSIPACKAGE *package)
return
ERROR_INSTALL_SUSPEND
;
}
UINT
msi_set_sourcedir_props
(
MSIPACKAGE
*
package
)
static
UINT
msi_set_sourcedir_props
(
MSIPACKAGE
*
package
)
{
LPWSTR
p
,
source
;
DWORD
len
;
...
...
dlls/msi/events.c
View file @
020bda7e
...
...
@@ -53,7 +53,7 @@ struct subscriber {
LPWSTR
attribute
;
};
UINT
ControlEvent_HandleControlEvent
(
MSIPACKAGE
*
,
LPCWSTR
,
LPCWSTR
,
msi_dialog
*
);
static
UINT
ControlEvent_HandleControlEvent
(
MSIPACKAGE
*
,
LPCWSTR
,
LPCWSTR
,
msi_dialog
*
);
static
VOID
ControlEvent_CleanupDialogSubscriptions
(
MSIPACKAGE
*
package
,
LPWSTR
dialog
);
/*
...
...
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