Bump for 3.6-28
[LibreOffice.git] / libxmlsec / xmlsec1-1.2.14_fix_extern_c.patch
blobf5bbf5ed9c4665fe4b64fd4838a7539d3bcd3647
1 --- misc/build/xmlsec1-1.2.14/include/xmlsec/xmlsec.h.ORIGINAL 2009-12-05 15:19:18.000000000 -0600
2 +++ misc/build/xmlsec1-1.2.14/include/xmlsec/xmlsec.h 2011-02-13 03:09:42.917240245 -0600
3 @@ -11,16 +11,16 @@
4 #ifndef __XMLSEC_H__
5 #define __XMLSEC_H__
7 -#ifdef __cplusplus
8 -extern "C" {
9 -#endif /* __cplusplus */
11 #include <libxml/tree.h>
13 #include <xmlsec/version.h>
14 #include <xmlsec/exports.h>
15 #include <xmlsec/strings.h>
17 +#ifdef __cplusplus
18 +extern "C" {
19 +#endif /* __cplusplus */
21 /***********************************************************************
23 * Basic types to make ports to exotic platforms easier