Update DLL exports.

This commit is contained in:
Michael R Sweet
2026-02-14 15:49:31 -05:00
parent 73e3805aea
commit d6e4570c2e
2 changed files with 3 additions and 0 deletions

View File

@@ -235,6 +235,7 @@ pdfio1.def: $(LIBOBJS) Makefile
echo "LIBRARY pdfio1" >$@
echo "VERSION $(PDFIO_VERSION_MAJOR).$(PDFIO_VERSION_MINOR)" >>$@
echo "EXPORTS" >>$@
echo "_pdfio_win32_open" >>$@
nm $(LIBOBJS) 2>/dev/null | grep "T _" | awk '{print $$3}' | \
grep -v '^_ttf' | sed -e '1,$$s/^_//' | sort >>$@

View File

@@ -1,6 +1,7 @@
LIBRARY pdfio1
VERSION 1.7
EXPORTS
_pdfio_win32_open
_pdfio_strlcpy
_pdfio_strtod
_pdfio_utf16cpy
@@ -64,6 +65,7 @@ _pdfioStreamOpen
_pdfioStringAllocBuffer
_pdfioStringFreeBuffer
_pdfioStringIsAllocated
_pdfioStringPrintf
_pdfioTokenClear
_pdfioTokenFlush
_pdfioTokenGet