From e808cdff3e321d4bc7346727dcec2db907a2a9c5 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 22 Sep 2016 23:22:40 +0000 Subject: [PATCH] #1109 MinGW/32. Correction to r4543 for systems which are neither MINGW nor MSVC --- src/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.cpp b/src/actions.cpp index a8b71c57..bcb086bf 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -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 // *****************************************************************************