Fix 3ds max API version detection

This commit is contained in:
Thomas Krijnen
2013-01-13 12:01:20 +00:00
parent eddf5488dc
commit b2e8219caa
+1 -1
View File
@@ -127,7 +127,7 @@ int IFCImp::DoImport(const TCHAR *name, ImpInterface *impitfc, Interface *itfc,
const IfcGeomObjects::IfcGeomObject* o = IfcGeomObjects::Get();
#if MAX_RELEASE > MAX_RELEASE_R14
#if MAX_RELEASE > 14000
TSTR o_type = TSTR::FromCStr(o->type.c_str());
TSTR o_guid = TSTR::FromCStr(o->guid.c_str());
#elif defined(_UNICODE)