pugixml/tests/test_version.cpp

6 lines
99 B
C++
Raw Normal View History

2012-10-02 21:34:47 +04:00
#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 120
#error Unexpected pugixml version
#endif