setp.h changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2004-11-11 05:58:40 +00:00
parent 103e759554
commit c8a50408fb
7 changed files with 100 additions and 0 deletions

View File

@ -428,6 +428,13 @@
// wxSound class
#define wxUSE_SOUND 1
// Use wxMediaCtrl
//
// Default is 1.
//
// Recommended setting: 1
#define wxUSE_MEDIACTRL 1
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1

View File

@ -459,6 +459,27 @@
// wxSound class
#define wxUSE_SOUND 1
// Use wxMediaCtrl
//
// Default is 1.
//
// Recommended setting: 1
#define wxUSE_MEDIACTRL 1
// Use QuickTime
//
// Default is 0
//
// Recommended setting: 1 if you have the QT SDK installed and you need it, else 0
#define wxUSE_QUICKTIME 0
// Use DirectShow
//
// Default is 0
//
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
#define wxUSE_DIRECTSHOW 1
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1

View File

@ -392,6 +392,27 @@
// wxSound class
#define wxUSE_SOUND 0
// Use wxMediaCtrl
//
// Default is 1.
//
// Recommended setting: 1
#define wxUSE_MEDIACTRL 1
// Use QuickTime
//
// Default is 0
//
// Recommended setting: 1 if you have the QT SDK installed and you need it, else 0
#define wxUSE_QUICKTIME 0
// Use DirectShow
//
// Default is 0
//
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
#define wxUSE_DIRECTSHOW 1
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1

View File

@ -447,6 +447,27 @@
// wxSound class
#define wxUSE_SOUND 1
// Use wxMediaCtrl
//
// Default is 1.
//
// Recommended setting: 1
#define wxUSE_MEDIACTRL 1
// Use QuickTime
//
// Default is 0
//
// Recommended setting: 1 if you have the QT SDK installed and you need it, else 0
#define wxUSE_QUICKTIME 0
// Use DirectShow
//
// Default is 0
//
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
#define wxUSE_DIRECTSHOW 1
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1

View File

@ -371,6 +371,13 @@
#define wxUSE_SOUND 1
// Use wxMediaCtrl
//
// Default is 0.
//
// Recommended setting: 0
#define wxUSE_MEDIACTRL 0
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1

View File

@ -459,6 +459,8 @@
// wxSound class
#define wxUSE_SOUND 0
#define wxUSE_MEDIACTRL 0
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1

View File

@ -484,6 +484,27 @@
// wxSound class
#define wxUSE_SOUND 1
// Use wxMediaCtrl
//
// Default is 1.
//
// Recommended setting: 1
#define wxUSE_MEDIACTRL 1
// Use QuickTime
//
// Default is 0
//
// Recommended setting: 1 if you have the QT SDK installed and you need it, else 0
#define wxUSE_QUICKTIME 0
// Use DirectShow
//
// Default is 0
//
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
#define wxUSE_DIRECTSHOW 0
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1