From 79decf2aeea07c8ba1f63e012cd951ff775633f7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Oct 2017 16:34:06 +0300 Subject: [PATCH] test --- crypto777/nanosrc/nn_config.h | 2 +- crypto777/nanosrc/utils/err.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto777/nanosrc/nn_config.h b/crypto777/nanosrc/nn_config.h index 98ec95121..74edc6229 100755 --- a/crypto777/nanosrc/nn_config.h +++ b/crypto777/nanosrc/nn_config.h @@ -46,7 +46,7 @@ #define NN_HAVE_MSG_CONTROL 0 //#define STANDALONE 1 -#define PNACL_msg +#define PNACL_msg(...) #if !defined(WIN32) //#define NN_ENABLE_EXTRA 1 diff --git a/crypto777/nanosrc/utils/err.h b/crypto777/nanosrc/utils/err.h index dd3972a86..e932766e1 100755 --- a/crypto777/nanosrc/utils/err.h +++ b/crypto777/nanosrc/utils/err.h @@ -26,7 +26,7 @@ #include #include #include -#define PNACL_msg +#define PNACL_msg(...) /* Include nn.h header to define nanomsg-specific error codes. */ #include "../nn.h"