diff --git a/src/makernote.cpp b/src/makernote.cpp index aa48e4d7..4a09be8e 100644 --- a/src/makernote.cpp +++ b/src/makernote.cpp @@ -30,12 +30,18 @@ EXIV2_RCSID("@(#) $Id$") // ***************************************************************************** // included header files -#ifdef _MSC_VER + +// htonl method (sony_decrypt) +#ifdef _MSC_VER // MSVC case # include "exv_msvc.h" # include #else # include "exv_conf.h" -# include // htonl (sony_decrypt) +# ifdef WIN32 // MINGW32 case +# include +# else // LINUX case +# include +# endif #endif #include "makernote_int.hpp"