Spaces:
Sleeping
Sleeping
/* | |
* Summary: macros for marking symbols as exportable/importable. | |
* Description: macros for marking symbols as exportable/importable. | |
* | |
* Copy: See Copyright for the status of this software. | |
*/ | |
/** DOC_DISABLE */ | |
/** DOC_ENABLE */ | |
/** | |
* XMLPUBLIC: | |
* | |
* Macro which declares a public symbol | |
*/ | |
/** | |
* XMLCALL: | |
* | |
* Macro which declares the calling convention for exported functions | |
*/ | |
/** | |
* XMLCDECL: | |
* | |
* Macro which declares the calling convention for exported functions that | |
* use '...'. | |
*/ | |
/* | |
* XMLPUBFUN: | |
* | |
* Macro which declares an exportable function | |
*/ | |
/** | |
* XMLPUBVAR: | |
* | |
* Macro which declares an exportable variable | |
*/ | |
/* Compatibility */ | |