On 11 October 2012 12:16, Jacek Caban jacek@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.