mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-04-19 23:16:48 +02:00
Update Windows DLL exports.
This commit is contained in:
parent
81aeef46d2
commit
c507cabbda
62
pdfio1.def
62
pdfio1.def
@ -1,20 +1,78 @@
|
|||||||
LIBRARY pdfio1
|
LIBRARY pdfio1
|
||||||
VERSION 1.5
|
VERSION 1.6
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
_pdfioArrayDebug
|
||||||
|
_pdfioArrayDecrypt
|
||||||
|
_pdfioArrayDelete
|
||||||
|
_pdfioArrayGetValue
|
||||||
|
_pdfioArrayRead
|
||||||
|
_pdfioArrayWrite
|
||||||
_pdfioCryptoAESDecrypt
|
_pdfioCryptoAESDecrypt
|
||||||
_pdfioCryptoAESEncrypt
|
_pdfioCryptoAESEncrypt
|
||||||
_pdfioCryptoAESInit
|
_pdfioCryptoAESInit
|
||||||
|
_pdfioCryptoLock
|
||||||
_pdfioCryptoMD5Append
|
_pdfioCryptoMD5Append
|
||||||
_pdfioCryptoMD5Finish
|
_pdfioCryptoMD5Finish
|
||||||
_pdfioCryptoMD5Init
|
_pdfioCryptoMD5Init
|
||||||
|
_pdfioCryptoMakeRandom
|
||||||
|
_pdfioCryptoMakeReader
|
||||||
|
_pdfioCryptoMakeWriter
|
||||||
_pdfioCryptoRC4Crypt
|
_pdfioCryptoRC4Crypt
|
||||||
_pdfioCryptoRC4Init
|
_pdfioCryptoRC4Init
|
||||||
_pdfioCryptoSHA256Append
|
_pdfioCryptoSHA256Append
|
||||||
_pdfioCryptoSHA256Finish
|
_pdfioCryptoSHA256Finish
|
||||||
_pdfioCryptoSHA256Init
|
_pdfioCryptoSHA256Init
|
||||||
|
_pdfioCryptoUnlock
|
||||||
|
_pdfioDictDebug
|
||||||
|
_pdfioDictDecrypt
|
||||||
|
_pdfioDictDelete
|
||||||
|
_pdfioDictGetValue
|
||||||
|
_pdfioDictRead
|
||||||
|
_pdfioDictSetValue
|
||||||
|
_pdfioDictWrite
|
||||||
|
_pdfioFileAddMappedObj
|
||||||
|
_pdfioFileAddPage
|
||||||
|
_pdfioFileConsume
|
||||||
|
_pdfioFileCreateObj
|
||||||
|
_pdfioFileDefaultError
|
||||||
|
_pdfioFileError
|
||||||
|
_pdfioFileFindMappedObj
|
||||||
|
_pdfioFileFlush
|
||||||
|
_pdfioFileGetChar
|
||||||
|
_pdfioFileGets
|
||||||
|
_pdfioFilePeek
|
||||||
|
_pdfioFilePrintf
|
||||||
|
_pdfioFilePuts
|
||||||
|
_pdfioFileRead
|
||||||
|
_pdfioFileSeek
|
||||||
|
_pdfioFileTell
|
||||||
|
_pdfioFileWrite
|
||||||
|
_pdfioObjDelete
|
||||||
|
_pdfioObjGetExtension
|
||||||
|
_pdfioObjLoad
|
||||||
|
_pdfioObjSetExtension
|
||||||
|
_pdfioObjWriteHeader
|
||||||
|
_pdfioStreamCreate
|
||||||
|
_pdfioStreamOpen
|
||||||
|
_pdfioStringAllocBuffer
|
||||||
|
_pdfioStringFreeBuffer
|
||||||
|
_pdfioStringIsAllocated
|
||||||
|
_pdfioTokenClear
|
||||||
|
_pdfioTokenFlush
|
||||||
|
_pdfioTokenGet
|
||||||
_pdfioTokenInit
|
_pdfioTokenInit
|
||||||
|
_pdfioTokenPush
|
||||||
|
_pdfioTokenRead
|
||||||
|
_pdfioValueCopy
|
||||||
_pdfioValueDebug
|
_pdfioValueDebug
|
||||||
|
_pdfioValueDecrypt
|
||||||
|
_pdfioValueDelete
|
||||||
_pdfioValueRead
|
_pdfioValueRead
|
||||||
|
_pdfioValueWrite
|
||||||
|
_pdfio_strlcpy
|
||||||
|
_pdfio_strtod
|
||||||
|
_pdfio_utf16cpy
|
||||||
|
_pdfio_vsnprintf
|
||||||
pdfioArrayAppendArray
|
pdfioArrayAppendArray
|
||||||
pdfioArrayAppendBinary
|
pdfioArrayAppendBinary
|
||||||
pdfioArrayAppendBoolean
|
pdfioArrayAppendBoolean
|
||||||
@ -129,10 +187,12 @@ pdfioDictSetObj
|
|||||||
pdfioDictSetRect
|
pdfioDictSetRect
|
||||||
pdfioDictSetString
|
pdfioDictSetString
|
||||||
pdfioDictSetStringf
|
pdfioDictSetStringf
|
||||||
|
pdfioFileAddOutputIntent
|
||||||
pdfioFileClose
|
pdfioFileClose
|
||||||
pdfioFileCreate
|
pdfioFileCreate
|
||||||
pdfioFileCreateArrayObj
|
pdfioFileCreateArrayObj
|
||||||
pdfioFileCreateFontObjFromBase
|
pdfioFileCreateFontObjFromBase
|
||||||
|
pdfioFileCreateFontObjFromData
|
||||||
pdfioFileCreateFontObjFromFile
|
pdfioFileCreateFontObjFromFile
|
||||||
pdfioFileCreateICCObjFromData
|
pdfioFileCreateICCObjFromData
|
||||||
pdfioFileCreateICCObjFromFile
|
pdfioFileCreateICCObjFromFile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user