mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-27 15:24:13 +00:00
Updated README.md for Windows build instructions.
This commit is contained in:
parent
5223b7e071
commit
ab7373815e
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,6 +12,8 @@ Makefile
|
|||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
keva-stratum
|
keva-stratum
|
||||||
|
|
||||||
# Configs
|
# Configs
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user