Robert Shearman : winebuild: Correction for manpage.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 16 14:05:51 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 90938d6b6c52f8596241be233b3390a3a5677d80
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=90938d6b6c52f8596241be233b3390a3a5677d80

Author: Robert Shearman <rob at codeweavers.com>
Date:   Thu Feb 16 19:32:35 2006 +0100

winebuild: Correction for manpage.
The behaviour for winebuild is to prefer main over WinMain, not the
other way around.

---

 tools/winebuild/winebuild.man.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/winebuild/winebuild.man.in b/tools/winebuild/winebuild.man.in
index 6c9bafc..78e10a2 100644
--- a/tools/winebuild/winebuild.man.in
+++ b/tools/winebuild/winebuild.man.in
@@ -73,11 +73,11 @@ Specify the module entry point function;
 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




More information about the wine-cvs mailing list