Commit 90938d6b authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

winebuild: Correction for manpage.

The behaviour for winebuild is to prefer main over WinMain, not the other way around.
parent 76a361af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment