wxUSE_EXTENDED_RTTI as name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -422,7 +422,7 @@ void wxPluginLibrary::UpdateClassInfo()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if wxUSE_XTI == 0
|
#if wxUSE_EXTENDED_RTTI == 0
|
||||||
for(info = m_after; info != m_before; info = info->m_next)
|
for(info = m_after; info != m_before; info = info->m_next)
|
||||||
{
|
{
|
||||||
if( info->m_baseClassName1 )
|
if( info->m_baseClassName1 )
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
#pragma optimize("", off)
|
#pragma optimize("", off)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxUSE_XTI
|
#if wxUSE_EXTENDED_RTTI
|
||||||
const wxClassInfo* wxObject::sm_classParentswxObject[] = { NULL } ;
|
const wxClassInfo* wxObject::sm_classParentswxObject[] = { NULL } ;
|
||||||
wxObject* wxVariantToObjectConverterwxObject ( const wxxVariant &data )
|
wxObject* wxVariantToObjectConverterwxObject ( const wxxVariant &data )
|
||||||
{ return data.Get<wxObject*>() ; }
|
{ return data.Get<wxObject*>() ; }
|
||||||
@@ -188,7 +188,7 @@ wxClassInfo::~wxClassInfo()
|
|||||||
info = info->m_next;
|
info = info->m_next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if wxUSE_XTI
|
#if wxUSE_EXTENDED_RTTI
|
||||||
Unregister( m_className ) ;
|
Unregister( m_className ) ;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@@ -264,7 +264,7 @@ void wxClassInfo::InitializeClasses()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if wxUSE_XTI == 0
|
#if wxUSE_EXTENDED_RTTI == 0
|
||||||
// Set base pointers for each wxClassInfo
|
// Set base pointers for each wxClassInfo
|
||||||
|
|
||||||
for(info = sm_first; info; info = info->m_next)
|
for(info = sm_first; info; info = info->m_next)
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if wxUSE_XTI
|
#if wxUSE_EXTENDED_RTTI
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Enum Support
|
// Enum Support
|
||||||
|
Reference in New Issue
Block a user