Hello,
I want to ask, why my patch
(http://www.winehq.org/pipermail/wine-patches/2008-May/054973.html) didn't
get committed?
--
Petr Dlouhý
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ý
>
>
>
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