This commit is contained in:
committed by
Luis Díaz Más
parent
2b0ebd12ca
commit
12d44f8f17
@@ -8,6 +8,11 @@
|
||||
#include <iomanip>
|
||||
#include <cassert>
|
||||
|
||||
// https://github.com/Exiv2/exiv2/issues/468
|
||||
#if defined(EXV_UNICODE_PATH) && defined(__MINGW__)
|
||||
#undef EXV_UNICODE_PATH
|
||||
#endif
|
||||
|
||||
#ifdef EXV_UNICODE_PATH
|
||||
#define _tchar wchar_t
|
||||
#define _tstrcmp wcscmp
|
||||
|
||||
Reference in New Issue
Block a user