Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -3

2005-07-31 Thread Jesse Allen
On 7/31/05, Oliver Stieber <[EMAIL PROTECTED]> wrote: > third time lucky. Needs semicolon on usb10.h line 109, then it's OK.

Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -3

2005-07-31 Thread Oliver Stieber
third time lucky. --- Oliver Stieber <[EMAIL PROTECTED]> wrote: > > --- Oliver Stieber <[EMAIL PROTECTED]> wrote: > > > Hi, > >This patch adds stubbed support for ScriptGetFontProperties which is > > used by d3dxof fonts > if > > usp10.dll is found. I recommend disabling usp10.dll (uniscrib

Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -2

2005-07-31 Thread Jesse Allen
SCRIPT_CACHE not defined? make[2]: Entering directory `/home/jesse/.local/build/wine/dlls/usp10' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o usp10.o usp10.c usp1

Re: [usp10] Add stubbed support for ScriptGetFontProperties

2005-07-31 Thread Jesse Allen
On 7/31/05, Oliver Stieber <[EMAIL PROTECTED]> wrote: > Hi, >This patch adds stubbed support for ScriptGetFontProperties which is used > by d3dxof fonts if > usp10.dll is found. I recommend disabling usp10.dll (uniscribe support) or > using usp10.dll from > windows for now otherwise some text

Re: [usp10] Add stubbed support for ScriptGetFontProperties

2005-07-31 Thread Oliver Stieber
--- Felix Nawothnig <[EMAIL PROTECTED]> wrote: > Oliver Stieber wrote: > > +HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, > > SCRIPT_FONTPROPERTIES > *sfp) { > > +FIXME("%p,%p,%p\n", hdc, psc, sfp); > > +/* return something sensible? */ > > +if (NULL != sfp) { >

Re: [usp10] Add stubbed support for ScriptGetFontProperties

2005-07-31 Thread Felix Nawothnig
Oliver Stieber wrote: +HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_FONTPROPERTIES *sfp) { +FIXME("%p,%p,%p\n", hdc, psc, sfp); +/* return something sensible? */ +if (NULL != sfp) { +sfp->cBytes= sizeof(SCRIPT_FONTPROPERTIES); +sfp