pugixml/tests/test_version.cpp

6 lines
104 B
C++
Raw Normal View History

#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 100
#error Unexpected pugixml version
#endif