Comment 142 for bug 179988

Revision history for this message
Rygle (rygle) wrote :

Bryce: Thanks for your help. When is the deadline on all this 0.46.0 stuff?

The fontfactory.h thing is a windows only dependency related to pango (it's in src\libnrtype), and I think it needs an #ifdef win32. Does this seem correct?

+#ifdef WIN32
+#include "FontFactory.h" // USE_PANGO_WIN32
+#endif

I think it's possible that more #ifdef WIN32 ... #endif statements are needed in the patch. I'm checking, but I'm no programmer.