Change to r3221 for clang

v0.27.3
Robin Mills 12 years ago
parent 97e45ded69
commit a320ee6d62

@ -147,7 +147,7 @@ EXIV2API void dumpLibraryInfo(std::ostream& os)
int debug=0;
#endif
#if defined(DLL_EXPORT)
#if defined(DLL_EXPORT) || defined(EXV_HAVE_DLL)
int dll=1;
#else
int dll=0;

Loading…
Cancel
Save