macros for marking symbols as exportable/importable. Table of Contents#define LIBXML_DLL_IMPORT #define XMLCALL #define XMLPUBFUN #define XMLPUBVAR #define _REENTRANT Description
Macro: LIBXML_DLL_IMPORT#define LIBXML_DLL_IMPORT
Macro: XMLCALL#define XMLCALL Macros which declare the called convention for exported functions Windows platform with MS compiler Windows platform with Borland compiler Windows platform with GNU compiler (Mingw) Cygwin platform, GNU compiler
Macro: XMLPUBFUN#define XMLPUBFUN
Macro: XMLPUBVAR#define XMLPUBVAR
Macro: _REENTRANT#define _REENTRANT
Daniel Veillard |