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

v0.27.3
Robin Mills 9 years ago
parent 66cfbe3214
commit e808cdff3e

@ -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
// *****************************************************************************

Loading…
Cancel
Save