Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
066081894b
  1. 2
      includes/iguana_defines.h

2
includes/iguana_defines.h

@ -120,7 +120,7 @@ extern int32_t IGUANA_NUMHELPERS;
#define MSG_NOSIGNAL 0x4000 // Do not generate SIGPIPE
#endif
#if _WIN32 || _WIN64
#if defined(_WIN32) || defined(_WIN64)
#define MSG_NOSIGNAL 0
#endif

Loading…
Cancel
Save