Issue identified in #1101 master/MinGW/Qt. Apply the change here (although this is working on 0.27-maintenance)
This commit is contained in:
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…
Reference in New Issue
Block a user