MinGW compilation fix

This commit is contained in:
Jakub Melka
2021-12-18 17:00:04 +01:00
parent f814a85df8
commit c75b8d677c
9 changed files with 41 additions and 5 deletions

View File

@ -23,7 +23,9 @@
#include <sapi.h>
#if defined(PDF4QT_USE_PRAGMA_LIB)
#pragma comment(lib, "ole32")
#endif
namespace pdftool
{