netsurf/image
Vincent Sanders d15ab96a51 Fix size_t printf formatting
The printf formatting for size_t is set in c99 as %zu but in windows
it is %Iu this is solved by adding and inttypes style PRI macro for size_t

This also uses this macro everywhere size_t is formatted.
2016-03-17 22:00:54 +00:00
..
bitmap.h
bmp.c Clean up doxygen errors in image handlers. 2015-06-21 23:27:21 +01:00
bmp.h
gif.c Stop GIF animations when they are no longer in use, instead of waiting until they are destroyed. 2016-02-11 19:23:32 +00:00
gif.h
ico.c Clean up doxygen errors in image handlers. 2015-06-21 23:27:21 +01:00
ico.h
image_cache.c Fix size_t printf formatting 2016-03-17 22:00:54 +00:00
image_cache.h
image.c Stop unused variable warning when no core image handlers are enabled. 2015-06-18 10:26:24 +01:00
image.h
jpeg.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
jpeg.h
Makefile
nssprite.c fixup all the remaining logging macro callsites 2015-05-28 17:06:18 +01:00
nssprite.h
png.c Fix size_t printf formatting 2016-03-17 22:00:54 +00:00
png.h
rsvg.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
rsvg.h
svg.c
svg.h
video.c
video.h