#1041. Fixed issues with VS2008 incorrectly setting EXV_HAVE_STDINT_H
This commit is contained in:
parent
ee92060de0
commit
e75bcbe385
@ -7,6 +7,11 @@
|
||||
# else
|
||||
# include "exv_msvc.h"
|
||||
# endif
|
||||
# if _MSC_VER < _MSC_VER_2010
|
||||
# ifdef EXV_HAVE_STDINT_H
|
||||
# undef EXV_HAVE_STDINT_H
|
||||
# endif
|
||||
# endif
|
||||
#else
|
||||
# include "exv_conf.h"
|
||||
#endif
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <exiv2/config.h>
|
||||
#ifdef EXV_HAVE_STDINT_H
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user