Fix for previous commit...sorry!

This commit is contained in:
Antony Riakiotakis 2014-01-04 13:47:40 +02:00
parent baa1ae0749
commit 1f2aec71b4

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