ReactOS 0.4.15-dev-7958-gcd0bb1a
xsltexports.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XSLTPUBLIC
 
#define XSLTCALL
 
#define XSLTPUBFUN   XSLTPUBLIC
 
#define XSLTPUBVAR   XSLTPUBLIC extern
 
#define LIBXSLT_PUBLIC   XSLTPUBVAR
 

Macro Definition Documentation

◆ LIBXSLT_PUBLIC

#define LIBXSLT_PUBLIC   XSLTPUBVAR

Definition at line 59 of file xsltexports.h.

◆ XSLTCALL

#define XSLTCALL

XSLTCALL:

Macro which declares the calling convention for exported functions

Definition at line 39 of file xsltexports.h.

◆ XSLTPUBFUN

#define XSLTPUBFUN   XSLTPUBLIC

Definition at line 48 of file xsltexports.h.

◆ XSLTPUBLIC

#define XSLTPUBLIC

XSLTPUBLIC:

Macro which declares a public symbol

Definition at line 32 of file xsltexports.h.

◆ XSLTPUBVAR

#define XSLTPUBVAR   XSLTPUBLIC extern

XSLTPUBVAR:

Macro which declares an exportable variable

Definition at line 55 of file xsltexports.h.