]> wimlib.net Git - wimlib/commit
wimlib.h: include <stdint.h> instead of <inttypes.h>
authorEric Biggers <ebiggers3@gmail.com>
Sun, 27 Nov 2016 23:24:37 +0000 (15:24 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 28 Nov 2016 02:35:31 +0000 (18:35 -0800)
commitef01d3a49d4a0e83f0fb5bd6604a1b7ebeee71a1
tree3d92eac83a06d24a1534fbe832e0eccc757197e4
parentbdf5880ca32d1ae20933caedb4a5e4809ede4678
wimlib.h: include <stdint.h> instead of <inttypes.h>

We only need stdint.h, and old (VS pre-2013) MSVC versions don't have
inttypes.h.
include/wimlib.h