include: Add support for older MSVC versions

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 30a7229fc5)
This commit is contained in:
Andreas Schneider
2015-06-24 16:22:46 +02:00
parent a3f3f9cb76
commit cbf5cf4ac3

View File

@@ -65,6 +65,10 @@
# undef inline
# define inline __inline
# ifndef va_copy
# define va_copy(dest, src) (dest = src)
# endif
# define strcasecmp _stricmp
# define strncasecmp _strnicmp
# if ! defined(HAVE_ISBLANK)