AdobeXMPsdk Simplification for detection of stdint_h

v0.27.3
clanmills 8 years ago
parent 35c244e911
commit 10e6ebdef3

@ -24,15 +24,7 @@
*/
#include <sys/types.h>
#ifdef _MSC_VER
// _MSC_VER 1600 == Visual Studio 2010
# if _MSC_VER < 1600
# ifdef EXV_HAVE_STDINT_H
# undef EXV_HAVE_STDINT_H
# endif
# endif
#endif
#include "../../include/exiv2/exv_conf.h"
#if defined(EXV_HAVE_STDINT_H) || defined(__MINGW32__) || defined(__MING64__) || defined(__APPLE__)
# include <stdint.h>

Loading…
Cancel
Save