dxdiag: add basic commandline parsing (try 2)

Austin English austinenglish at gmail.com
Wed Aug 26 15:32:09 CDT 2009


On Wed, Aug 26, 2009 at 3:26 PM, Jacek Caban<jacek at codeweavers.com> wrote:
> Hi Austin,
>
> Austin English wrote:
>>
>> Please apply after the first dxdiag patch (unicode-ify). Based on a
>> patch by Dan Kegel.
>>
>>
>
>       case 'w':
> +            opt_given = TRUE;
> +            while (isalpha(*s) || *s == ':') +
>
> You can't use isalpha on WCHAR. Use isalphaW instead.

Thanks for reviewing. Will resend.

-- 
-Austin



More information about the wine-devel mailing list