mame/3rdparty/pugixml/tests/test_version.cpp
2016-06-25 19:54:44 +02:00

6 lines
99 B
C++

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