winebuild: Correction for manpage.
The behaviour for winebuild is to prefer main over WinMain, not the other way around.
This commit is contained in:
parent
76a361af82
commit
90938d6b6c
|
@ -73,11 +73,11 @@ Specify the module entry point function; if not specified, the default
|
|||
is
|
||||
.B DllMain
|
||||
for dlls, and
|
||||
.B WinMain
|
||||
for executables (if
|
||||
.B WinMain
|
||||
is not defined, the standard C
|
||||
.B main
|
||||
for executables (if the standard C
|
||||
.B main
|
||||
is not defined,
|
||||
.B WinMain
|
||||
is used instead). This is only valid for Win32 modules.
|
||||
.TP
|
||||
.BI \-E,\ --export= filename
|
||||
|
|
Loading…
Reference in New Issue