jl777 7 years ago
parent
commit
79decf2aee
  1. 2
      crypto777/nanosrc/nn_config.h
  2. 2
      crypto777/nanosrc/utils/err.h

2
crypto777/nanosrc/nn_config.h

@ -46,7 +46,7 @@
#define NN_HAVE_MSG_CONTROL 0 #define NN_HAVE_MSG_CONTROL 0
//#define STANDALONE 1 //#define STANDALONE 1
#define PNACL_msg #define PNACL_msg(...)
#if !defined(WIN32) #if !defined(WIN32)
//#define NN_ENABLE_EXTRA 1 //#define NN_ENABLE_EXTRA 1

2
crypto777/nanosrc/utils/err.h

@ -26,7 +26,7 @@
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#define PNACL_msg #define PNACL_msg(...)
/* Include nn.h header to define nanomsg-specific error codes. */ /* Include nn.h header to define nanomsg-specific error codes. */
#include "../nn.h" #include "../nn.h"

Loading…
Cancel
Save