Skip to content

Commit

Permalink
fix building of thumbnail dll for msvc 2017 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Nov 4, 2019
1 parent 2f5b2bc commit 5476ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/thumbs/ThumbnailProvider/FCConfig.h
Expand Up @@ -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
Expand Down

0 comments on commit 5476ab4

Please sign in to comment.