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
69496947
Commit
69496947
authored
Nov 12, 2008
by
Vincent Povirk
Committed by
Alexandre Julliard
Nov 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msiexec: Build with -mwindows.
parent
a4b62b17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
programs/msiexec/Makefile.in
+1
-1
msiexec.c
programs/msiexec/msiexec.c
+3
-2
No files found.
programs/msiexec/Makefile.in
View file @
69496947
...
...
@@ -4,7 +4,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
msiexec.exe
APPMODE
=
-m
console
APPMODE
=
-m
windows
IMPORTS
=
msi ole32 advapi32 user32 kernel32
C_SRCS
=
\
...
...
programs/msiexec/msiexec.c
View file @
69496947
...
...
@@ -493,7 +493,7 @@ static BOOL process_args_from_reg( LPWSTR ident, int *pargc, WCHAR ***pargv )
return
ret
;
}
int
main
(
int
argc
,
char
**
argv
)
int
WINAPI
WinMain
(
HINSTANCE
hInstance
,
HINSTANCE
hPrevInstance
,
LPSTR
lpCmdLine
,
int
nCmdShow
)
{
int
i
;
BOOL
FunctionInstall
=
FALSE
;
...
...
@@ -529,9 +529,10 @@ int main(int argc, char **argv)
LPWSTR
DllName
=
NULL
;
DWORD
ReturnCode
;
int
argc
;
LPWSTR
*
argvW
=
NULL
;
/*
overwrit
e the command line */
/*
pars
e the command line */
process_args
(
GetCommandLineW
(),
&
argc
,
&
argvW
);
/*
...
...
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