early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,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;
};