eb8fc35ac6
Now that MSVC support for C99 is quite good, remove previously needed but now unused checks and definitions, like PRI* format macros (including PRIdMAX and TR_PRIuSIZE, replaced with %jd and %zu) and inline macro. Also, remove ssize_t typedef and replace few occurences with ev_ssize_t. Also, remove check for stdbool.h availability (guaranteed by C99) and include it unconditionally (except when in C++ mode). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile.am | ||
create.c | ||
edit.c | ||
show.c | ||
transmission-create.1 | ||
transmission-edit.1 | ||
transmission-show.1 | ||
units.h |