PATCH: dlls/wineps/type42.c

Alexandre Julliard julliard at winehq.org
Tue Nov 11 14:09:56 CST 2003


Gerald Pfeifer <gerald at pfeifer.com> writes:

> I wonder, how our Type42 support ever could have worked given the
> following:
>
>   type42.c: In function `T42_download_header':
>   type42.c:269: warning: int format, DWORD arg (arg 3)
>   type42.c:269: warning: int format, DWORD arg (arg 4)
>   type42.c: In function `T42_download_glyph':
>   type42.c:364: warning: int format, DWORD arg (arg 4)
>   type42.c:364: warning: int format, DWORD arg (arg 6)
>
> The patch below avoid this warnings, and in fact probably is even needed
> to make this work correctly.

The patch is of course OK, but it makes no difference to the
functionality, int and DWORD are the same size. It's only a cosmetic
issue.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list