| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Summary: compile-time version informations for the XSLT engine | 2 * Summary: compile-time version informations for the XSLT engine |
| 3 * when compiled on windows | 3 * when compiled on windows |
| 4 * Description: compile-time version informations for the XSLT engine | 4 * Description: compile-time version informations for the XSLT engine |
| 5 * when compiled on windows. This file is generated. | 5 * when compiled on windows. This file is generated. |
| 6 * | 6 * |
| 7 * Copy: See Copyright for the status of this software. | 7 * Copy: See Copyright for the status of this software. |
| 8 * | 8 * |
| 9 * Author: Daniel Veillard | 9 * Author: Daniel Veillard |
| 10 */ | 10 */ |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 */ | 96 */ |
| 97 #ifndef ATTRIBUTE_UNUSED | 97 #ifndef ATTRIBUTE_UNUSED |
| 98 #define ATTRIBUTE_UNUSED | 98 #define ATTRIBUTE_UNUSED |
| 99 #endif | 99 #endif |
| 100 | 100 |
| 101 #ifdef __cplusplus | 101 #ifdef __cplusplus |
| 102 } | 102 } |
| 103 #endif | 103 #endif |
| 104 | 104 |
| 105 #endif /* __XML_XSLTWIN32CONFIG_H__ */ | 105 #endif /* __XML_XSLTWIN32CONFIG_H__ */ |
| OLD | NEW |