Warning, /graphics/krita/plugins/impex/xcf/README.WHEN.UPDATING.XCFTOOLS.FILES.txt is written in an unsupported language. File is not indexed.
0001 In xcftools.h, the following changes need to be done for MSVC: 0002 0003 @@ -37,6 +37,11 @@ 0004 #if HAVE_INTTYPES_H 0005 # define __STDC_FORMAT_MACROS 0006 # include <inttypes.h> 0007 +#elif defined(_MSC_VER) 0008 +# include <stdint.h> // KDEWin 0009 +# define PRIX32 "I32X" 0010 +# define PRIu32 "I32u" 0011 +# define PRIXPTR "IX" 0012