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
ba7ccc4c
Commit
ba7ccc4c
authored
Jan 29, 2002
by
Steven Edwards
Committed by
Alexandre Julliard
Jan 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes wine_main to main to properly build on all platforms.
parent
37d960fa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
osversioncheck.c
programs/osversioncheck/osversioncheck.c
+2
-1
osversioncheck.spec
programs/osversioncheck/osversioncheck.spec
+1
-1
wcmd.spec
programs/wcmd/wcmd.spec
+1
-1
wcmdmain.c
programs/wcmd/wcmdmain.c
+1
-2
No files found.
programs/osversioncheck/osversioncheck.c
View file @
ba7ccc4c
...
...
@@ -40,7 +40,8 @@ show_last_error(void)
}
int
wine_main
(
int
argc
,
char
**
argv
)
main
(
int
argc
,
char
**
argv
)
{
BOOL
result
;
OSVERSIONINFO
oiv
;
...
...
programs/osversioncheck/osversioncheck.spec
View file @
ba7ccc4c
name osversioncheck
mode cuiexe
type win32
init
wine_
main
init main
import kernel32.dll
import ntdll.dll
programs/wcmd/wcmd.spec
View file @
ba7ccc4c
name wcmd
mode cuiexe
type win32
init
wine_
main
init main
rsrc wcmdrc.res
import shell32.dll
...
...
programs/wcmd/wcmdmain.c
View file @
ba7ccc4c
...
...
@@ -33,8 +33,7 @@ BATCH_CONTEXT *context = NULL;
* winmain().
*/
int
wine_main
(
int
argc
,
char
*
argv
[])
{
int
main
(
int
argc
,
char
*
argv
[])
{
char
string
[
1024
],
args
[
MAX_PATH
],
param
[
MAX_PATH
];
int
status
,
i
;
...
...
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