+ Replace OCC_HEX_VERSION with OCC_VERSION_HEX

This commit is contained in:
wmayer
2014-07-18 14:51:54 +02:00
parent e0bf220a30
commit 2ecdf001a4
5 changed files with 9 additions and 15 deletions

View File

@@ -84,11 +84,5 @@
#include <Standard_Version.hxx>
#endif
#if defined(OCC_VERSION_MAJOR) && defined(OCC_VERSION_MINOR) && defined(OCC_VERSION_MAINTENANCE)
# define OCC_HEX_VERSION ((OCC_VERSION_MAJOR<<16)+(OCC_VERSION_MINOR<<8)+(OCC_VERSION_MAINTENANCE))
#else
# define OCC_HEX_VERSION 0x050000 // use an old version
#endif
#endif