diff --git a/src/osgPlugins/osgjs/JSON_Objects b/src/osgPlugins/osgjs/JSON_Objects index 9fc24db4e..fe17c41a4 100644 --- a/src/osgPlugins/osgjs/JSON_Objects +++ b/src/osgPlugins/osgjs/JSON_Objects @@ -20,7 +20,7 @@ #ifdef WIN32 -#if !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600) +#if defined(__MINGW32__) || (!defined(_MSC_VER) || _MSC_VER<1600) typedef unsigned __int8 uint8_t; typedef unsigned __int16 uint16_t;