#1109 MinGW/32. Correction to r4543 for systems which are neither MINGW nor MSVC

This commit is contained in:
Robin Mills 2016-09-22 23:22:40 +00:00
parent 66cfbe3214
commit e808cdff3e

View File

@ -72,7 +72,7 @@ EXIV2_RCSID("@(#) $Id$")
#if !defined(__MINGW__) && !defined(_MSC_VER)
#define _fileno(a) a
#define _setmod(a,b)
#define _setmode(a,b)
#endif
// *****************************************************************************