mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
d15ab96a51
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. |
||
---|---|---|
.. | ||
bitmap.h | ||
bmp.c | ||
bmp.h | ||
gif.c | ||
gif.h | ||
ico.c | ||
ico.h | ||
image_cache.c | ||
image_cache.h | ||
image.c | ||
image.h | ||
jpeg.c | ||
jpeg.h | ||
Makefile | ||
nssprite.c | ||
nssprite.h | ||
png.c | ||
png.h | ||
rsvg.c | ||
rsvg.h | ||
svg.c | ||
svg.h | ||
video.c | ||
video.h |