Re: rundll32: build with -mwindows

2008-10-30 Thread Dmitry Timoshkov
Vincent Povirk [EMAIL PROTECTED] wrote:

 -APPMODE   = -mconsole
 +APPMODE   = -mwindows

Have you tested that it still works? I'd expect that you also need
to replace main() by WinMain() and adapt command line processing.

-- 
Dmitry.




RE: rundll32: build with -mwindows

2008-10-30 Thread Vincent Povirk
I have tested, and it still works. I would have fully expected it to fail if I 
had remembered the difference between main() and WinMain().

-Original Message-
From: Dmitry Timoshkov [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 30, 2008 11:37 AM
To: Vincent Povirk
Cc: WineHQ Development Mailing List
Subject: Re: rundll32: build with -mwindows

Vincent Povirk [EMAIL PROTECTED] wrote:

 -APPMODE   = -mconsole
 +APPMODE   = -mwindows

Have you tested that it still works? I'd expect that you also need
to replace main() by WinMain() and adapt command line processing.

-- 
Dmitry.