+ if ( wxApp::GetComCtl32Version() < 600 )
+ {
+ // not using theme-aware comctl32.dll anyhow, don't even try to use
+ // themes
+ return false;
+ }
+
+ // we're prepared to handle the errors
+ wxLogNull noLog;
+
+ if ( !m_dllUxTheme.Load(wxT("uxtheme.dll")) )