[PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

Alexandre Julliard julliard at winehq.org
Thu Jun 14 12:25:27 CDT 2012


Hilko Bengen <bengen at hilluzination.de> writes:

> @@ -46,6 +46,8 @@
>  
>  #include "pshpack1.h"
>  
> +#include <endian.h>

endian.h is not portable, you should use the endianness defines from the
Wine headers instead.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list