windows: use proper fallback for ssize_t and use stdint.h for types
authorTim-Philipp Müller <tim@centricular.com>
Fri, 14 Dec 2018 17:09:58 +0000 (17:09 +0000)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 14 Dec 2018 19:47:01 +0000 (14:47 -0500)
commit3735b73d54f05facd36e49f3b5ee7c6fa82de9cf
tree40cafcbd486dc852d2bc107acf1a0497c2a47f0f
parente4614618ba078a5c4144e8a3a98ce0525ee6504d
windows: use proper fallback for ssize_t and use stdint.h for types

stdint.h is available since vs2010 and stdbool.h since vs2013,
so we should be able to just use that these days.
stun/win32_common.h