Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
'defines' | |
#define | EXSLTPUBFUN |
#define | EXSLTPUBVAR extern |
#define | EXSLTCALL |
#define | LIBEXSLT_PUBLIC EXSLTPUBVAR |
#define EXSLTCALL |
EXSLTCALL:
Macros which declare the called convention for exported functions
#define EXSLTPUBFUN |
EXSLTPUBFUN, EXSLTPUBVAR, EXSLTCALL
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. EXSLTPUBFUN:
Macros which declare an exportable function
#define EXSLTPUBVAR extern |
EXSLTPUBVAR:
Macros which declare an exportable variable
#define LIBEXSLT_PUBLIC EXSLTPUBVAR |
DOC_DISABLE