Jacek Caban jacek@codeweavers.com writes:
It doesn't work here:
../../../tools/runtest -q -P wine -M mshtml.dll -T ../../.. -p mshtml_test.exe.so script.c && touch script.ok 0[157e88]: IMM32: InitKeyboardLayout, aKeyboardLayout=04090409, sCodePage=1252, sIMEProperty=00090000 0[157e88]: IMM32: InitKeyboardLayout, aKeyboardLayout=04090409, sCodePage=1252, sIMEProperty=00090000 0[157e88]: file wine:res://Z:/home/julliard/wine/wine/dlls/mshtml/tests/mshtml_test.exe/jstest.html, line 5: ReferenceError: external is not defined
On 12/21/09 4:16 PM, Alexandre Julliard wrote:
We need to use JScript for res: protocol documents to make it work and I had a patch to always use it in my tree, sorry. We might consider extending this rule to all non-http protocols soon. I've sent a patch.
Thanks, Jacek