mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +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. |
||
---|---|---|
.. | ||
about.c | ||
about.h | ||
curl.c | ||
curl.h | ||
data.c | ||
data.h | ||
file.c | ||
file.h | ||
Makefile | ||
resource.c | ||
resource.h |