mame/3rdparty/pugixml/tests/test_version.cpp

6 lines
99 B
C++

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