ports/textproc/tinyxml/patches/patch-xmltest_cpp

22 lines
468 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: xmltest.cpp
--- xmltest.cpp.orig
+++ xmltest.cpp
@@ -3,6 +3,8 @@
*/
+#include "tinyxml.h"
+
#ifdef TIXML_USE_STL
#include <iostream>
#include <sstream>
@@ -16,8 +18,6 @@
_CrtMemState startMemState;
_CrtMemState endMemState;
#endif
-
-#include "tinyxml.h"
bool XmlTest (const char* testString, const char* expected, const char* found, bool noEcho = false);
bool XmlTest( const char* testString, int expected, int found, bool noEcho = false );