Issue identified in #1101 master/MinGW/Qt. Apply the change here (although this is working on 0.27-maintenance)

v0.27.3
clanmills 5 years ago
parent 7928c63796
commit 0a06dc9ee4

@ -62,6 +62,9 @@
#include <libprocstat.h>
#endif
#ifndef _MAX_PATH
#define _MAX_PATH 1024
#endif
namespace Exiv2 {
const char* ENVARDEF[] = {"/exiv2.php", "40"}; //!< @brief default URL for http exiv2 handler and time-out

Loading…
Cancel
Save