[go: nahoru, domu]

Skip to content

Commit

Permalink
Update Windows DLL exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 25, 2024
1 parent a3a3512 commit 2ea9959
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pdfio1.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LIBRARY pdfio1
VERSION 1.3
VERSION 1.4
EXPORTS
_pdfioArrayDebug
_pdfioArrayDecrypt
Expand All @@ -23,7 +23,6 @@ _pdfioCryptoSHA256Append
_pdfioCryptoSHA256Finish
_pdfioCryptoSHA256Init
_pdfioCryptoUnlock
_pdfioDictClear
_pdfioDictDebug
_pdfioDictDecrypt
_pdfioDictDelete
Expand Down Expand Up @@ -96,6 +95,7 @@ pdfioArrayGetObj
pdfioArrayGetSize
pdfioArrayGetString
pdfioArrayGetType
pdfioArrayRemove
pdfioContentClip
pdfioContentDrawImage
pdfioContentFill
Expand Down Expand Up @@ -153,14 +153,17 @@ pdfioContentTextNextLine
pdfioContentTextShow
pdfioContentTextShowJustified
pdfioContentTextShowf
pdfioDictClear
pdfioDictCopy
pdfioDictCreate
pdfioDictGetArray
pdfioDictGetBinary
pdfioDictGetBoolean
pdfioDictGetDate
pdfioDictGetDict
pdfioDictGetKey
pdfioDictGetName
pdfioDictGetNumPairs
pdfioDictGetNumber
pdfioDictGetObj
pdfioDictGetRect
Expand All @@ -187,6 +190,7 @@ pdfioFileCreateFontObjFromFile
pdfioFileCreateICCObjFromFile
pdfioFileCreateImageObjFromData
pdfioFileCreateImageObjFromFile
pdfioFileCreateNameObj
pdfioFileCreateNumberObj
pdfioFileCreateObj
pdfioFileCreateOutput
Expand Down Expand Up @@ -228,6 +232,7 @@ pdfioObjGetArray
pdfioObjGetDict
pdfioObjGetGeneration
pdfioObjGetLength
pdfioObjGetName
pdfioObjGetNumber
pdfioObjGetSubtype
pdfioObjGetType
Expand Down

0 comments on commit 2ea9959

Please sign in to comment.