16 #ifndef __UT_DSOVersion__
17 #define __UT_DSOVersion__
23 #define UT_DSO_VERSION SYS_VERSION_RELEASE
75 #define UT_DSOVERSION_EXPORT extern "C" SYS_VISIBILITY_EXPORT
77 #define UT_DSOVERSION_EXPORT static inline
82 HoudiniCompilerVersion() {
return (__GNUC__ * 100 + __GNUC_MINOR__); }
83 #elif defined(_MSC_VER)
85 HoudiniCompilerVersion() {
return (_MSC_VER); }
87 #error Unsupported compiler
90 #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 HoudiniDSOVersionFull(const char **version_string)
SYS_VISIBILITY_EXPORT void HoudiniGetTagInfo(const char **version_string)