programs/dxdiag: beginnings of support for /t option

Henri Verbeet hverbeet at gmail.com
Fri Mar 11 09:20:33 CST 2011


On 10 March 2011 20:35, Drew Goodwin <drew at drewgoodwin.com> wrote:
> +    length = MultiByteToWideChar(0, 0, name, -1, NULL, 0)+1;
> +    {
> +        /* Allocate on the stack */
> +        WCHAR nameW[length];
Oh, and variable length arrays are a C99 feature, Wine tries to mostly
stick to C89.



More information about the wine-devel mailing list