Fix MinGW32 compilation

This commit is contained in:
Antony Riakiotakis 2014-01-04 13:22:19 +02:00
parent 1db7f2f93d
commit baa1ae0749

@ -94,7 +94,7 @@ extern "C" {
/* defines for using ISO C++ conformant names */
#define snprintf _snprintf
#ifdef _MSC_VER
#if defined(MSC_VER) || (defined(FREE_WINDOWS) && !defined(FREE_WINDOWS64))
# define R_OK 4
# define W_OK 2
// not accepted by access() on windows