wwxxyx / 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:

GoogleCodeExporter commented 9 years ago
Thank you for the patch. For reviews, we follow Chromium's model: 
http://dev.chromium.org/developers/contributing-code#TOC-Create-a-change-list-CL
-

Original comment by thestig@chromium.org on 8 May 2015 at 9:35