uriHeart / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

link error on android #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The "fpdf_page_parser_new.cpp" will be used if defined _FPDFAPI_MINI_
otherwise the "fpdf_page_parser_old.cpp" will be used.

So, you should add "#ifndef _FPDFAPI_MINI_" to fpdf_page_parser_old.cpp

Original issue reported on code.google.com by duanh...@gmail.com on 18 Nov 2014 at 7:36

Attachments: