diff options
Diffstat (limited to 'tools/darwin/depends/tinyxml/enforce-use-stl.patch')
-rw-r--r-- | tools/darwin/depends/tinyxml/enforce-use-stl.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/darwin/depends/tinyxml/enforce-use-stl.patch b/tools/darwin/depends/tinyxml/enforce-use-stl.patch deleted file mode 100644 index 0dfc5a7441..0000000000 --- a/tools/darwin/depends/tinyxml/enforce-use-stl.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nur a/tinyxml-2.6.2/tinyxml.h b/tinyxml-2.6.2/tinyxml.h ---- a/tinyxml-2.6.2/include/tinyxml.h -+++ b/tinyxml-2.6.2/include/tinyxml.h -@@ -26,6 +26,10 @@ - #ifndef TINYXML_INCLUDED - #define TINYXML_INCLUDED - -+#ifndef TIXML_USE_STL -+ #define TIXML_USE_STL -+#endif -+ - #ifdef _MSC_VER - #pragma warning( push ) - #pragma warning( disable : 4530 ) |