[m-rev.] for review: unicode command line arguments on windows

Peter Wang novalazy at gmail.com
Thu Dec 15 15:21:45 AEDT 2011


On Thu, 15 Dec 2011 15:16:56 +1100 (EST), Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
> > Use __wgetmainargs to get Unicode command-line arguments on Windows instead
> > of GetCommandLineW then parsing with CommandLineToArgvW. CommandLineToArgvW
> > has its own strange ideas about how command-lines should be parsed,
> > e.g. as discovered by Julien
> 
> Actually, do you still need to #include shellapi.h with this change?

No.  Consider it deleted.

Peter
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list