Browse Source

Updated README.md for Windows build instructions.

master
Just Wonder 6 years ago
parent
commit
ab7373815e
  1. 2
      .gitignore
  2. 2
      cnutil/src/crypto/tree-hash.c

2
.gitignore vendored

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

2
cnutil/src/crypto/tree-hash.c

@ -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__)

Loading…
Cancel
Save