mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-12-24 05:56:25 +01:00
Update Windows DLL exports file.
This commit is contained in:
20
pdfio1.def
20
pdfio1.def
@@ -1,6 +1,10 @@
|
|||||||
LIBRARY pdfio1
|
LIBRARY pdfio1
|
||||||
VERSION 1.6
|
VERSION 1.6
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
_pdfio_strlcpy
|
||||||
|
_pdfio_strtod
|
||||||
|
_pdfio_utf16cpy
|
||||||
|
_pdfio_vsnprintf
|
||||||
_pdfioArrayDebug
|
_pdfioArrayDebug
|
||||||
_pdfioArrayDecrypt
|
_pdfioArrayDecrypt
|
||||||
_pdfioArrayDelete
|
_pdfioArrayDelete
|
||||||
@@ -11,12 +15,12 @@ _pdfioCryptoAESDecrypt
|
|||||||
_pdfioCryptoAESEncrypt
|
_pdfioCryptoAESEncrypt
|
||||||
_pdfioCryptoAESInit
|
_pdfioCryptoAESInit
|
||||||
_pdfioCryptoLock
|
_pdfioCryptoLock
|
||||||
_pdfioCryptoMD5Append
|
|
||||||
_pdfioCryptoMD5Finish
|
|
||||||
_pdfioCryptoMD5Init
|
|
||||||
_pdfioCryptoMakeRandom
|
_pdfioCryptoMakeRandom
|
||||||
_pdfioCryptoMakeReader
|
_pdfioCryptoMakeReader
|
||||||
_pdfioCryptoMakeWriter
|
_pdfioCryptoMakeWriter
|
||||||
|
_pdfioCryptoMD5Append
|
||||||
|
_pdfioCryptoMD5Finish
|
||||||
|
_pdfioCryptoMD5Init
|
||||||
_pdfioCryptoRC4Crypt
|
_pdfioCryptoRC4Crypt
|
||||||
_pdfioCryptoRC4Init
|
_pdfioCryptoRC4Init
|
||||||
_pdfioCryptoSHA256Append
|
_pdfioCryptoSHA256Append
|
||||||
@@ -69,10 +73,6 @@ _pdfioValueDecrypt
|
|||||||
_pdfioValueDelete
|
_pdfioValueDelete
|
||||||
_pdfioValueRead
|
_pdfioValueRead
|
||||||
_pdfioValueWrite
|
_pdfioValueWrite
|
||||||
_pdfio_strlcpy
|
|
||||||
_pdfio_strtod
|
|
||||||
_pdfio_utf16cpy
|
|
||||||
_pdfio_vsnprintf
|
|
||||||
pdfioArrayAppendArray
|
pdfioArrayAppendArray
|
||||||
pdfioArrayAppendBinary
|
pdfioArrayAppendBinary
|
||||||
pdfioArrayAppendBoolean
|
pdfioArrayAppendBoolean
|
||||||
@@ -101,8 +101,10 @@ pdfioArrayGetSize
|
|||||||
pdfioArrayGetString
|
pdfioArrayGetString
|
||||||
pdfioArrayGetType
|
pdfioArrayGetType
|
||||||
pdfioArrayRemove
|
pdfioArrayRemove
|
||||||
|
pdfioContentBeginMarked
|
||||||
pdfioContentClip
|
pdfioContentClip
|
||||||
pdfioContentDrawImage
|
pdfioContentDrawImage
|
||||||
|
pdfioContentEndMarked
|
||||||
pdfioContentFill
|
pdfioContentFill
|
||||||
pdfioContentFillAndStroke
|
pdfioContentFillAndStroke
|
||||||
pdfioContentMatrixConcat
|
pdfioContentMatrixConcat
|
||||||
@@ -156,8 +158,8 @@ pdfioContentTextNewLineShow
|
|||||||
pdfioContentTextNewLineShowf
|
pdfioContentTextNewLineShowf
|
||||||
pdfioContentTextNextLine
|
pdfioContentTextNextLine
|
||||||
pdfioContentTextShow
|
pdfioContentTextShow
|
||||||
pdfioContentTextShowJustified
|
|
||||||
pdfioContentTextShowf
|
pdfioContentTextShowf
|
||||||
|
pdfioContentTextShowJustified
|
||||||
pdfioDictClear
|
pdfioDictClear
|
||||||
pdfioDictCopy
|
pdfioDictCopy
|
||||||
pdfioDictCreate
|
pdfioDictCreate
|
||||||
@@ -168,8 +170,8 @@ pdfioDictGetDate
|
|||||||
pdfioDictGetDict
|
pdfioDictGetDict
|
||||||
pdfioDictGetKey
|
pdfioDictGetKey
|
||||||
pdfioDictGetName
|
pdfioDictGetName
|
||||||
pdfioDictGetNumPairs
|
|
||||||
pdfioDictGetNumber
|
pdfioDictGetNumber
|
||||||
|
pdfioDictGetNumPairs
|
||||||
pdfioDictGetObj
|
pdfioDictGetObj
|
||||||
pdfioDictGetRect
|
pdfioDictGetRect
|
||||||
pdfioDictGetString
|
pdfioDictGetString
|
||||||
|
|||||||
Reference in New Issue
Block a user