Added cmakeBuild --static option. Fixed issues with include <stdint.h> in include/exiv2/types.hpp Documentation update.

This commit is contained in:
Robin Mills
2015-11-28 21:12:20 +00:00
parent 6895e9ca5b
commit c5136b444b
4 changed files with 45 additions and 40 deletions
+3
View File
@@ -45,8 +45,11 @@
#include <sstream>
#ifdef _MSC_VER
// Allow him to use Microsoft's stdint.h for 2015 and up
# if _MSC_VER >= 1900
# ifdef EXV_HAVE_STDINT_H
# undef EXV_HAVE_STDINT_H
# endif
# endif
#endif