8 lines
143 B
C++
Raw Normal View History

2016-03-13 13:35:51 +01:00
#include <xercesc/util/PlatformUtils.hpp>
int main()
{
xercesc::XMLPlatformUtils::Initialize();
xercesc::XMLPlatformUtils::Terminate();
}