pugixml/tests/test_version.cpp
2012-10-02 19:34:47 +02:00

6 lines
99 B
C++

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