windows port

This commit is contained in:
Yun Hsiao Wu 2019-12-24 19:28:08 +08:00
parent 3416f2284a
commit b0010bc221
1 changed files with 5 additions and 1 deletions

View File

@ -82,7 +82,11 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
#include <limits.h>
#ifdef _WIN32
# include <string.h>
#else
# include <strings.h>
#endif
#define JEMALLOC_VERSION "0.0.0-0-g0000000000000000000000000000000000000000"
#define JEMALLOC_VERSION_MAJOR 0