Module: wine Branch: refs/heads/master Commit: 90938d6b6c52f8596241be233b3390a3a5677d80 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=90938d6b6c52f8596241be23...
Author: Robert Shearman rob@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