Re: stub implementation of GdipImageGetFrameDimensionsCount and GdipGetImageFlags
GdipGetImageFlags is commited today. 2008/5/12 Petr Dlouhý <[EMAIL PROTECTED]>: > This is fix for bug 13036 (http://bugs.winehq.org/show_bug.cgi?id=13036); It > allows Faktury 4.1 to start. > > -- > Petr Dlouhý > > >
Re: stub implementation of GdipImageGetFrameDimensionsCount and GdipGetImageFlags
Petr Dlouhý wrote: > This is fix for bug 13036 > (http://bugs.winehq.org/show_bug.cgi?id=13036); It allows Faktury 4.1 to > start. > > +GpStatus WINGDIPAPI GdipGetImageFlags(GpImage* image, UINT *flags) > +{ > +static int calls; > + > +if(!image || !flags) > +return InvalidParam