1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-05-09 05:11:41 +08:00

io: Fix linkage of __xml*BufferCreateFilename functions

Make these functions usable on Windows.
This commit is contained in:
Nick Wellnhofer 2025-04-29 20:00:01 +02:00
parent 9419f6de61
commit 87b30343f6

View File

@ -250,7 +250,7 @@ XMLPUBFUN int
xmlInputReadCallback readFunc,
xmlInputCloseCallback closeFunc);
xmlParserInputBufferPtr
XMLPUBFUN xmlParserInputBufferPtr
__xmlParserInputBufferCreateFilename(const char *URI,
xmlCharEncoding enc);
@ -319,7 +319,7 @@ XMLPUBFUN int
xmlOutputWriteCallback writeFunc,
xmlOutputCloseCallback closeFunc);
xmlOutputBufferPtr
XMLPUBFUN xmlOutputBufferPtr
__xmlOutputBufferCreateFilename(const char *URI,
xmlCharEncodingHandlerPtr encoder,
int compression);