wwxxyx / pdfium

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

Non extern C'd functions in fpdfppo.h #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build the pdfium project
2. Examine libpdfium.a with nm
3. Note exported names for FPDF_ImportPages and FPDF_CopyViewerPreferences

What is the expected output? What do you see instead?
The exported function names should match what is in the C header, instead they 
are mangled.
This makes static linking impossible.

What version of the product are you using? On what operating system?
Ubuntu 12.01
Pdfium @7a649fe

Please provide any additional information below.

Original issue reported on code.google.com by richard....@gmail.com on 26 Sep 2014 at 8:26

GoogleCodeExporter commented 9 years ago

Original comment by bo...@foxitsoftware.com on 3 Oct 2014 at 3:09

GoogleCodeExporter commented 9 years ago
Fixed in 
https://pdfium.googlesource.com/pdfium/+/d5e822aba72a059b00d7b1415b46ecdae92e7dc
0

Original comment by bo...@foxitsoftware.com on 3 Oct 2014 at 11:12