dxdiag: add basic commandline parsing (try 2)

Jacek Caban jacek at codeweavers.com
Wed Aug 26 15:26:30 CDT 2009


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.


Jacek




More information about the wine-devel mailing list