JohnsonGao / pdfium

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

missing extern "C" declarations in some public/ files. #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The public/ files describe an API which should be compatible with C, not just 
C++.  But it seems that fpdf_fwlevent.h and fpdf_transformpage.h don't have any 
extern C declarations in them.  
[Using C is desirable for the stability of the API long-term].

Original issue reported on code.google.com by tsepez@chromium.org on 12 May 2015 at 4:46

GoogleCodeExporter commented 9 years ago
Fixed a while ago at b2aa54381811383d4a86fbe7b194907c33e8dcc1.

Original comment by tsepez@chromium.org on 30 Jun 2015 at 10:35