Browse Source

Test

etomic
jl777 7 years ago
parent
commit
d4f15d6744
  1. 2
      crypto777/nanosrc/nn_config.h
  2. 2
      includes/iguana_defines.h

2
crypto777/nanosrc/nn_config.h

@ -56,7 +56,7 @@ void PNACL_message(const char* format, ...);
#else
#if !defined(WIN32)
//#define NN_ENABLE_EXTRA 1
#define PNACL_message //printf
#define PNACL_message printf
#include <sys/uio.h>
#include <sys/un.h>
#endif

2
includes/iguana_defines.h

@ -108,7 +108,7 @@ extern int32_t IGUANA_NUMHELPERS;
#define MS_ASYNC 1 /* Sync memory asynchronously. */
#define MS_SYNC 4 /* Synchronous memory sync. */
#else
#define PNACL_message //printf
#define PNACL_message printf
#endif
#ifndef WIN32

Loading…
Cancel
Save