| macros for marking symbols as exportable/importable.  Table of Contents#define LIBXML_DLL_IMPORT #define XMLCALL #define XMLCDECL #define XMLPUBFUN #define XMLPUBLIC #define XMLPUBVAR DescriptionMacro: LIBXML_DLL_IMPORT#define LIBXML_DLL_IMPORT Macro: XMLCALL#define XMLCALL Macro which declares the calling convention for exported functions Macro: XMLCDECL#define XMLCDECL Macro which declares the calling convention for exported functions that use '...'. Macro: XMLPUBFUN#define XMLPUBFUN Macro which declares an exportable function Macro: XMLPUBLIC#define XMLPUBLIC Macro which declares a public symbol Macro: XMLPUBVAR#define XMLPUBVAR Macro which declares an exportable variable Daniel Veillard |