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 @@ -12,6 +12,8 @@ Makefile
*.a
*.so
*.dylib
*.dll
*.exe
keva-stratum
# Configs

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

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

Loading…
Cancel
Save