jl777 7 years ago
parent
commit
879f4a0669
  1. 4
      crypto777/nanosrc/nn_config.h
  2. 1
      iguana/exchanges/LP_nativeDEX.c

4
crypto777/nanosrc/nn_config.h

@ -31,8 +31,8 @@
#define NN_HAVE_SEMAPHORE 1 // must have #define NN_HAVE_SEMAPHORE 1 // must have
// need one of following 3, listed in order of precedence, used by efd* // need one of following 3, listed in order of precedence, used by efd*
#define NN_HAVE_EVENTFD 1 //#define NN_HAVE_EVENTFD 1
//#define NN_HAVE_PIPE 1 #define NN_HAVE_PIPE 1
//#define NN_HAVE_SOCKETPAIR 1 //#define NN_HAVE_SOCKETPAIR 1
// need one of following 3, listed in order of precedence, used by poller* // need one of following 3, listed in order of precedence, used by poller*

1
iguana/exchanges/LP_nativeDEX.c

@ -1063,7 +1063,6 @@ char *bitcoind_RPC(char **retstrp,char *debugstr,char *url,char *userpass,char *
void PNACL_message(char *fmt,...) void PNACL_message(char *fmt,...)
{ {
printf(fmt);
} }
#endif #endif

Loading…
Cancel
Save