16 #ifndef __UT_DSOVersion__
17 #define __UT_DSOVersion__
23 #define UT_DSO_VERSION SYS_VERSION_RELEASE
71 #define UT_DSOVERSION_EXPORT extern "C" SYS_VISIBILITY_EXPORT
73 #define UT_DSOVERSION_EXPORT static inline
78 HoudiniCompilerVersion() {
return (__GNUC__ * 100 + __GNUC_MINOR__); }
79 #elif defined(_MSC_VER)
81 HoudiniCompilerVersion() {
return (_MSC_VER); }
83 #error Unsupported compiler
86 #endif // __UT_DSOVersion__
SYS_VISIBILITY_EXPORT void HoudiniDSOVersion(const char **version_string)
#define SYS_VISIBILITY_EXPORT
#define UT_DSOVERSION_EXPORT
SYS_VISIBILITY_EXPORT void HoudiniDSOInit(UT_DSOInfo &dsoinfo)
SYS_VISIBILITY_EXPORT void HoudiniGetTagInfo(const char **version_string)