added wxUSE_ACTIVEX which depends on wxUSE_VARIANT and which wxUSE_MEDIACTRL depends on (closes 1569606)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1203,6 +1203,14 @@
|
||||
// Automation, can be safely set to 0 otherwise
|
||||
#define wxUSE_OLE_AUTOMATION 1
|
||||
|
||||
// Set this to 1 to enable wxActiveXContainer class allowing to embed OLE
|
||||
// controls in wx.
|
||||
//
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 1, required by wxMediaCtrl
|
||||
#define wxUSE_ACTIVEX 1
|
||||
|
||||
// wxDC cacheing implementation
|
||||
#define wxUSE_DC_CACHEING 1
|
||||
|
||||
|
Reference in New Issue
Block a user