Skip to content

Commit

Permalink
A few changes necessary for enabling compilation with poppler 0.73
Browse files Browse the repository at this point in the history
git-svn-id: svn://scribus.net/trunk/Scribus@22798 11d20701-8431-0410-a711-e3c959e3b870
  • Loading branch information
Jean Ghali committed Jan 8, 2019
1 parent d857c1a commit c43a890
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scribus/plugins/import/pdf/importpdfconfig.h
Expand Up @@ -37,4 +37,11 @@ for which a new license (GPL+exception) is in place.
#define getCString c_str
#endif

#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(0, 73, 0)
#define Guchar unsigned char
#define Gushort unsigned short
#define Guint unsigned int
#define Gulong unsigned long
#endif

#endif

0 comments on commit c43a890

Please sign in to comment.