>> besides the prototype, some of the printf's also needs changing as >> size_t is larger than %ld. > > %zu should work for gcc and VC2015 and up.
... probably to be realized with a conditional macro.
> %p is implementation defined, perhaps %#p will prefix 0x on all
> %platforms.
Nice idea!
Werner
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel
