Updated README.md for Windows build instructions.

This commit is contained in:
Just Wonder 2019-04-20 12:21:48 -07:00
parent 5223b7e071
commit ab7373815e
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -12,6 +12,8 @@ Makefile
*.a *.a
*.so *.so
*.dylib *.dylib
*.dll
*.exe
keva-stratum keva-stratum
# Configs # Configs

View File

@ -34,7 +34,7 @@
#include "hash-ops.h" #include "hash-ops.h"
#ifdef _MSC_VER #if defined(_MSC_VER) || defined(__MINGW64__) || defined(__MINGW32__)
#include <malloc.h> #include <malloc.h>
#elif !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) \ #elif !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) \
&& !defined(__NetBSD__) && !defined(__NetBSD__)