[PATCH 1/4] jscript: Use custom string container instead of BSTR.

Henri Verbeet hverbeet at gmail.com
Thu Oct 11 05:39:22 CDT 2012


On 11 October 2012 12:16, Jacek Caban <jacek at codeweavers.com> wrote:
>
> +struct _jsstr_t {
> +    unsigned length_flags;
> +    unsigned ref;
> +    WCHAR str[1];
> +};
It's probably much too late for jscript, and perhaps Wine in general,
but strictly speaking the _t suffix is reserved by POSIX.



More information about the wine-devel mailing list