]> git.pld-linux.org Git - packages/tinyxml.git/blob - enforce-use-stl.patch
- rel 8; add pc file
[packages/tinyxml.git] / enforce-use-stl.patch
1 Description: TinyXml is built with TIXML_USE_STL, so we have to
2  enforce it when the library is used.
3 Author: Felix Geyer <debfx-pkg@fobos.de>
4
5 diff -Nur tinyxml-2.5.3/tinyxml.h tinyxml-2.5.3.patch/tinyxml.h
6 --- tinyxml-2.5.3/tinyxml.h     2007-05-07 00:41:23.000000000 +0200
7 +++ tinyxml-2.5.3.patch/tinyxml.h       2009-07-08 22:32:03.000000000 +0200
8 @@ -26,6 +26,10 @@
9  #ifndef TINYXML_INCLUDED
10  #define TINYXML_INCLUDED
11  
12 +#ifndef TIXML_USE_STL
13 +       #define TIXML_USE_STL
14 +#endif
15 +
16  #ifdef _MSC_VER
17  #pragma warning( push )
18  #pragma warning( disable : 4530 )
This page took 0.445357 seconds and 3 git commands to generate.