tdf#113980 Refresh row/column buttons state after selection change
[LibreOffice.git] / external / xmlsec / xmlsec1-1.2.14_fix_extern_c.patch.1
blob1388dd687a91de05f833d2b76c42b02e8a05dcd0
1 From d1c1da86faff8210235255b485e12cf160c6ed6f Mon Sep 17 00:00:00 2001
2 From: Miklos Vajna <vmiklos@collabora.co.uk>
3 Date: Fri, 4 Mar 2016 16:12:48 +0100
4 Subject: [PATCH] xmlsec1-1.2.14_fix_extern_c.patch
6 Conflicts:
7         include/xmlsec/xmlsec.h
8 ---
9  include/xmlsec/xmlsec.h | 8 ++++----
10  1 file changed, 4 insertions(+), 4 deletions(-)
12 diff --git a/include/xmlsec/xmlsec.h b/include/xmlsec/xmlsec.h
13 index 71523197..4e13ea8d 100644
14 --- a/include/xmlsec/xmlsec.h
15 +++ b/include/xmlsec/xmlsec.h
16 @@ -11,16 +11,16 @@
17  #ifndef __XMLSEC_H__
18  #define __XMLSEC_H__
20 -#ifdef __cplusplus
21 -extern "C" {
22 -#endif /* __cplusplus */
24  #include <libxml/tree.h>
26  #include <xmlsec/version.h>
27  #include <xmlsec/exports.h>
28  #include <xmlsec/strings.h>
30 +#ifdef __cplusplus
31 +extern "C" {
32 +#endif /* __cplusplus */
34  /***********************************************************************
35   *
36   * Basic types to make ports to exotic platforms easier
37 -- 
38 2.13.5