http://bugs.winehq.org/show_bug.cgi?id=5604
xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-misc |wine-usp10.dll
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-05-07 16:15 ------- changed component. this simple hack makes the application bypass the bug:
--- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -184,7 +184,7 @@ HRESULT WINAPI ScriptApplyDigitSubstitut SCRIPT_CONTROL* psc, SCRIPT_STATE* pss) { FIXME("%p,%p,%p\n",psds,psc,pss); - return E_NOTIMPL; + return 0; }
/***********************************************************************