winebuild: Correction for manpage.

The behaviour for winebuild is to prefer main over WinMain, not the
other way around.
This commit is contained in:
Robert Shearman 2006-02-16 19:32:35 +01:00 committed by Alexandre Julliard
parent 76a361af82
commit 90938d6b6c
1 changed files with 4 additions and 4 deletions

View File

@ -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