Provide vasprintf on Windows

This commit is contained in:
Evan Miller
2020-08-05 08:26:40 -04:00
parent 7ecd132e57
commit 8ef1c6e1c3
2 changed files with 19 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include <locale.h>
#include <inttypes.h>
#include <string.h>
#include <strings.h>
// for ntohl
#ifdef _WIN32