This repository has been archived on 2021-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
modetw/include/etw-lmm_config.hpp.in

8 lines
199 B
C++

#ifndef ETW_LMM_CONFIG_HPP
#define ETW_LMM_CONFIG_HPP
const unsigned int etw_lmm_VERSION_MAJOR = @etw-lmm_VERSION_MAJOR@;
const unsigned int etw_lmm_VERSION_MINOR = @etw-lmm_VERSION_MINOR@;
#endif