зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
392 B
Modula-2
15 строки
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
|