11 #ifndef HPP_UTIL_VERSION_HH 12 # define HPP_UTIL_VERSION_HH 13 # include <hpp/util/config.hh> 16 # define HPP_UTIL_CHECK() \ 17 ::hpp::util::checkVersion (HPP_UTIL_VERSION) 24 HPP_UTIL_DLLAPI
extern const char*
version;
31 HPP_UTIL_DLLAPI
int checkVersion (
const char* header_version);
Definition: assertion.hh:24
HPP_UTIL_DLLAPI const char * version
Definition: version.cc:31
HPP_UTIL_DLLAPI int checkVersion(const char *header_version)
Definition: version.cc:33