16 #ifndef __UT_DSOVersion__
17 #define __UT_DSOVersion__
23 #define UT_DSO_VERSION SYS_VERSION_RELEASE
67 #define UT_DSOVERSION_EXPORT extern "C" SYS_VISIBILITY_EXPORT
69 #define UT_DSOVERSION_EXPORT static inline
74 HoudiniCompilerVersion() {
return (__GNUC__ * 100 + __GNUC_MINOR__); }
75 #elif defined(_MSC_VER)
77 HoudiniCompilerVersion() {
return (_MSC_VER); }
79 #error Unsupported compiler
82 #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)