config.h.win32.in: Clean Up and Update
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 21 Jul 2015 03:26:29 +0000 (11:26 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 21 Jul 2015 03:26:29 +0000 (11:26 +0800)
commit53d487e31bc41cca9bca147e02e81b69e404fe07
tree9648cfe108bc902fe1aea4a9467114eaf192cde5
parentab3805ab0471d47a2f7cc93d15eeb392c9d22b4b
config.h.win32.in: Clean Up and Update

Merge the parts that has things to do with stdint.h and inttypes.h with
the !_MSC_VER portions, and add initial support for Visual Studio 2015,
which added support for C99 snprintf() and vsnprintf().

Not too sure about the !_MSC_VER for C99 snprintf() and vsnprintf(), but
since this file is mainly for Visual Studio builds, anyways...
config.h.win32.in