mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
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).