gecko-dev/modules/pdfium/pdfium.def
Farmer Tseng e9cbc723a1 Bug 1382509 - Part3. Build PDFium as a separate library instead of linking it into libxul r=glandium,jwatt
MozReview-Commit-ID: FB4QqbbQF43

--HG--
extra : rebase_source : 289716b44201f30e1e1695b95b22a21b5c8ddeea
2017-08-22 14:17:39 +08:00

15 lines
392 B
Modula-2

; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
LIBRARY pdfium
EXPORTS
FPDF_InitLibrary
FPDF_DestroyLibrary
FPDF_LoadDocument
FPDF_CloseDocument
FPDF_GetPageCount
FPDF_LoadPage
FPDF_ClosePage
FPDF_RenderPage