mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +08:00
dd50fa5b45
Also make sure the line shows up in grep when using the current version number. Fixes #478.
6 lines
100 B
C++
6 lines
100 B
C++
#include "../src/pugixml.hpp"
|
|
|
|
#if PUGIXML_VERSION != 1120
|
|
#error Unexpected pugixml version
|
|
#endif
|