mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-13 00:27:54 +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
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
*.exe
|
||||
keva-stratum
|
||||
|
||||
# Configs
|
||||
|
@ -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…
Reference in New Issue
Block a user