Jeff L lats@yless4u.com.au writes:
- hr = ScriptBreak(pwcChars, cChars3, &psa2, &psla);
- ok(hr == S_OK, "ScriptBreak Stub should return S_OK not %08x\n", (unsigned int) hr);
This can't possibly work, you are passing complete garbage to that function. Have you really tested that on Windows?