fix building of thumbnail dll for msvc 2017 or higher

This commit is contained in:
wmayer
2019-11-04 19:08:54 +01:00
parent 2f5b2bc83d
commit 5476ab4b61

View File

@@ -102,7 +102,7 @@
#ifndef HAVE_INT8_T
#define HAVE_INT8_T
typedef char int8_t;
typedef signed char int8_t;
#endif
#ifndef HAVE_UINT8_T