'libs/midi++2' - Compiler specific changes
This commit is contained in:
parent
369c0e4a66
commit
eb2c419620
@ -25,6 +25,10 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef COMPILER_MSVC
|
||||||
|
#undef O_NONBLOCK
|
||||||
|
#define O_NONBLOCK 0
|
||||||
|
#endif
|
||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user