'libs/midi++2' - Compiler specific changes

This commit is contained in:
John Emmas 2013-07-25 07:30:30 +01:00
parent 369c0e4a66
commit eb2c419620

View File

@ -25,6 +25,10 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#ifdef COMPILER_MSVC
#undef O_NONBLOCK
#define O_NONBLOCK 0
#endif
#if defined(WIN32)
#include <winsock2.h>
#else