blob: 1794fa638c36acc1c97c8a98b7866260af5040b7 [file] [log] [blame]
#include <xercesc/util/PlatformUtils.hpp>
int main()
{
xercesc::XMLPlatformUtils::Initialize();
xercesc::XMLPlatformUtils::Terminate();
}