Browse Source

Merge pull request #52 from usamir/master

windows fix
release/v0.1
jl777 9 years ago
committed by GitHub
parent
commit
0cedaf6cf6
  1. 2
      iguana/make_win64
  2. 4
      includes/iguana_defines.h

2
iguana/make_win64

@ -1,7 +1,7 @@
include iguana.sources
include ../mingw.path64
LIBS := ../OSlibs/win/libsecp256k1.a ../OSlibs/win/libcrypto.a ../OSlibs/win/libssl.a ../agents/win64/libcrypto777.a ../OSlibs/win/libcurldll.a $(TOOL_DIR)/x86_64-w64-mingw32/lib/libws2_32.a $(TOOL_DIR)/x86_64-w64-mingw32/lib/libgdi32.a -I$(TOOL_DIR)/include -I../iguana -I../includes -I../crypto777 -I../OSlibs/win -I../OSlibs/win -L../OSlibs/win/x64 -lpthreadGC2
LIBS := ../OSlibs/win/libsecp256k1.a ../OSlibs/win/libcrypto.a ../OSlibs/win/libssl.a ../agents/win64/libcrypto777.a ../OSlibs/win/libcurldll.a $(TOOL_DIR)/x86_64-w64-mingw32/lib/libws2_32.a $(TOOL_DIR)/x86_64-w64-mingw32/lib/libgdi32.a -I$(TOOL_DIR)/include -I../iguana -I../includes -I../crypto777 -I../OSlibs/win -L../OSlibs/win/x64 -lpthreadGC2
include mingw64_inc

4
includes/iguana_defines.h

@ -120,6 +120,10 @@ extern int32_t IGUANA_NUMHELPERS;
#define MSG_NOSIGNAL 0x4000 // Do not generate SIGPIPE
#endif
#ifdef _WIN32 || _WIN64
#define MSG_NOSIGNAL 0
#endif
#define BIP0031_VERSION 60000
#define CADDR_TIME_VERSION 31402
#define MIN_PROTO_VERSION 209

Loading…
Cancel
Save