| OLD | NEW |
| 1 /* | 1 /* |
| 2 * exsltexports.h : macros for marking symbols as exportable/importable. | 2 * exsltexports.h : macros for marking symbols as exportable/importable. |
| 3 * | 3 * |
| 4 * See Copyright for the status of this software. | 4 * See Copyright for the status of this software. |
| 5 * | 5 * |
| 6 * igor@zlatkovic.com | 6 * igor@zlatkovic.com |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #ifndef __EXSLT_EXPORTS_H__ | 9 #ifndef __EXSLT_EXPORTS_H__ |
| 10 #define __EXSLT_EXPORTS_H__ | 10 #define __EXSLT_EXPORTS_H__ |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 #endif | 131 #endif |
| 132 | 132 |
| 133 /* Compatibility */ | 133 /* Compatibility */ |
| 134 #if !defined(LIBEXSLT_PUBLIC) | 134 #if !defined(LIBEXSLT_PUBLIC) |
| 135 #define LIBEXSLT_PUBLIC EXSLTPUBVAR | 135 #define LIBEXSLT_PUBLIC EXSLTPUBVAR |
| 136 #endif | 136 #endif |
| 137 | 137 |
| 138 #endif /* __EXSLT_EXPORTS_H__ */ | 138 #endif /* __EXSLT_EXPORTS_H__ */ |
| 139 | 139 |
| 140 | 140 |
| OLD | NEW |