1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-26 00:37:43 +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

@@ -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
}