Re: gdi: AddFontResource needs to support a second default directory

2007-08-21 Thread Dan Kegel
On 8/21/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "Dan Kegel" <[EMAIL PROTECTED]> writes: > > > @@ -1727,6 +1736,22 @@ INT WineEngAddFontResourceEx(LPCWSTR file, DWORD > > flags, PVOID pdv) > > { > > INT ret = AddFontFileToList(unixname, NULL, NULL, > > ADDFONT_FOR

Re: gdi: AddFontResource needs to support a second default directory

2007-08-21 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > @@ -1727,6 +1736,22 @@ INT WineEngAddFontResourceEx(LPCWSTR file, DWORD > flags, PVOID pdv) > { > INT ret = AddFontFileToList(unixname, NULL, NULL, > ADDFONT_FORCE_BITMAP); > HeapFree(GetProcessHeap(), 0, unixname); > +