Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

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

@toby20130333

Description

@toby20130333

在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 */
希望能够解决大家的错误

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions