ReactOS 0.4.15-dev-7788-g1ad9096
xmlexports.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XMLPUBLIC
 
#define XMLCALL
 
#define XMLCDECL
 
#define XMLPUBFUN   XMLPUBLIC
 
#define XMLPUBVAR   XMLPUBLIC extern
 
#define LIBXML_DLL_IMPORT   XMLPUBVAR
 

Macro Definition Documentation

◆ LIBXML_DLL_IMPORT

#define LIBXML_DLL_IMPORT   XMLPUBVAR

Definition at line 72 of file xmlexports.h.

◆ XMLCALL

#define XMLCALL

XMLCALL:

Macro which declares the calling convention for exported functions

Definition at line 44 of file xmlexports.h.

◆ XMLCDECL

#define XMLCDECL

XMLCDECL:

Macro which declares the calling convention for exported functions that use '...'.

Definition at line 52 of file xmlexports.h.

◆ XMLPUBFUN

#define XMLPUBFUN   XMLPUBLIC

Definition at line 61 of file xmlexports.h.

◆ XMLPUBLIC

#define XMLPUBLIC

XMLPUBLIC:

Macro which declares a public symbol

Definition at line 37 of file xmlexports.h.

◆ XMLPUBVAR

#define XMLPUBVAR   XMLPUBLIC extern

XMLPUBVAR:

Macro which declares an exportable variable

Definition at line 68 of file xmlexports.h.