Ticket #33161: patch-popplermodule.c.diff

File patch-popplermodule.c.diff, 336 bytes (added by m.haller@…, 12 years ago)

patch for popplermodule.c

  • popplermodule.c

    old new  
    2222
    2323/* include this first, before NO_IMPORT_PYGOBJECT is defined */
    2424
     25#if defined(__APPLE__)
     26        #define NO_IMPORT
     27#endif
     28
    2529#include <pygobject.h>
    2630#include <pygtk/pygtk.h>
    2731#include <glib/poppler.h>