diff --git a/xmpsdk/include/MD5.h b/xmpsdk/include/MD5.h index 00a5e94a..994d02f8 100644 --- a/xmpsdk/include/MD5.h +++ b/xmpsdk/include/MD5.h @@ -24,9 +24,18 @@ */ #include + +#ifdef _MSC_VER +# if _MSC_VER < 1600 +# ifdef EXV_HAVE_STDINT_H +# undef EXV_HAVE_STDINT_H +# endif +# endif + #ifdef EXV_HAVE_STDINT_H # include #endif +#endif /* MSVC doesn't provide C99 types, but it has MS specific variants */ #ifdef _MSC_VER