1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 23:22:59 +04:00

minor formatting fix and very strange memory tracker missing

This commit is contained in:
Lee Thomason
2017-06-01 19:09:16 -07:00
parent 33a1f8bd6c
commit 53858b4490
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
_CrtMemState startMemState;
_CrtMemState endMemState;
#endif
using namespace tinyxml2;