]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION
[wxWidgets.git] / src / common / wincmn.cpp
index 7d16c18b26dda0d56cbf6e36a2770294019c2575..ccd678019e12045f2b7096f44c157cda5ffd7102 100644 (file)
@@ -2971,6 +2971,7 @@ wxAccStatus wxWindowAccessible::GetFocus(int* WXUNUSED(childId), wxAccessible**
     return wxACC_NOT_IMPLEMENTED;
 }
 
+#if wxUSE_VARIANT
 // Gets a variant representing the selected children
 // of this object.
 // Acceptable values:
@@ -2987,6 +2988,7 @@ wxAccStatus wxWindowAccessible::GetSelections(wxVariant* WXUNUSED(selections))
 
     return wxACC_NOT_IMPLEMENTED;
 }
+#endif // wxUSE_VARIANT
 
 #endif // wxUSE_ACCESSIBILITY