ReactOS
0.4.15-dev-2355-gaf9df93
|
Go to the source code of this file.
Macros | |
#define | XSLTPUBFUN |
#define | XSLTPUBVAR extern |
#define | XSLTCALL |
#define | LIBXSLT_PUBLIC XSLTPUBVAR |
#define LIBXSLT_PUBLIC XSLTPUBVAR |
DOC_DISABLE
Definition at line 141 of file xsltexports.h.
#define XSLTCALL |
XSLTCALL:
Macros which declare the called convention for exported functions
Definition at line 43 of file xsltexports.h.
#define XSLTPUBFUN |
XSLTPUBFUN: XSLTPUBFUN, XSLTPUBVAR, XSLTCALL
Macros which declare an exportable function, an exportable variable and the calling convention used for functions.
Please use an extra block for every platform/compiler combination when modifying this, rather than overlong #ifdef lines. This helps readability as well as the fact that different compilers on the same platform might need different definitions.XSLTPUBFUN:
Macros which declare an exportable function
Definition at line 31 of file xsltexports.h.
#define XSLTPUBVAR extern |
XSLTPUBVAR:
Macros which declare an exportable variable
Definition at line 37 of file xsltexports.h.