mupdf-qt icon indicating copy to clipboard operation
mupdf-qt copied to clipboard

mupdf-qt编译 vs2015编译器兼容问题

Open toby20130333 opened this issue 6 years ago • 0 comments

在vs2015及以上 出现编译错误: 主要错误文件 thirdparty\jbig2dec\config_win32.h

if defined(_MSC_VER)

if _MSC_VER < 1500 /* VS 2008 has vsnprintf */

define vsnprintf _vsnprintf

endif

endif

//# define snprintf _snprintf (we modified it)

#endif /* _MSC_VER */ 希望能够解决大家的错误

toby20130333 avatar Apr 27 '18 09:04 toby20130333