aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyxml/0002_export_tinyxml.patch
blob: 7f09a6ec94fa28f3230124f1c464973e84cb9431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# User Francisco Dias
# Date 1545049386 7200
#      Mon Dec 17 10:23:06 2018 -0200
Export tinyXML.

diff --git a/tinyxml.h b/tinyxml.h
--- a/tinyxml.h
+++ b/tinyxml.h
@@ -38,6 +38,8 @@
 #include <string.h>
 #include <assert.h>
 
+#include "tinyxml_export.h"
+
 // Help out windows:
 #if defined( _DEBUG ) && !defined( DEBUG )
 #define DEBUG
@@ -414,7 +416,7 @@
 
 	};
   static Entity entity[ NUM_ENTITY ];
-  static bool condenseWhiteSpace;
+  static TINYXML_EXPORT bool condenseWhiteSpace;
 };