1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-25 23:21:26 +03:00

doc: Remove xmlDllMain from documentation and version script

This is a Windows-only symbol.
This commit is contained in:
Nick Wellnhofer 2022-11-04 14:50:39 +01:00
parent d48faf1a7d
commit b693905f9b
4 changed files with 3 additions and 12 deletions

View File

@ -1719,9 +1719,6 @@
<release version="2.6.28">
<symbol file="xmlreader">xmlTextReaderSetup</symbol>
</release>
<release version="2.6.29">
<symbol file="threads">xmlDllMain</symbol>
</release>
<release version="2.6.32">
<symbol file="schematron">xmlSchematronSetValidStructuredErrors</symbol>
</release>

View File

@ -74,12 +74,14 @@ XMLPUBFUN void XMLCALL
XMLPUBFUN xmlGlobalStatePtr XMLCALL
xmlGetGlobalState(void);
/** DOC_DISABLE */
#if defined(LIBXML_THREAD_ENABLED) && defined(_WIN32) && \
!defined(HAVE_COMPILER_TLS) && defined(LIBXML_STATIC_FOR_DLL)
int XMLCALL
xmlDllMain(void *hinstDLL, unsigned long fdwReason,
void *lpvReserved);
#endif
/** DOC_ENABLE */
#ifdef __cplusplus
}

View File

@ -2185,19 +2185,12 @@ LIBXML2_2.6.28 {
xmlTextReaderSetup;
} LIBXML2_2.6.27;
LIBXML2_2.6.29 {
global:
# threads
xmlDllMain;
} LIBXML2_2.6.28;
LIBXML2_2.6.32 {
global:
# schematron
xmlSchematronSetValidStructuredErrors;
} LIBXML2_2.6.29;
} LIBXML2_2.6.28;
LIBXML2_2.7.0 {
global:

View File

@ -741,7 +741,6 @@ xmlDictQLookup
xmlDictReference
xmlDictSetLimit
xmlDictSize
xmlDllMain
xmlDocCopyNode
xmlDocCopyNodeList
xmlDocDump