Fix evoral test to compile with mingw
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include "SMFTest.hpp"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <io.h> // for R_OK
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( SMFTest );
|
||||
|
||||
Reference in New Issue
Block a user