This commit is contained in:
Robin Mills
2018-10-09 18:36:41 +01:00
committed by Luis Díaz Más
parent 2b0ebd12ca
commit 12d44f8f17
2 changed files with 5 additions and 4 deletions
+5
View File
@@ -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