more setup changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-11 08:02:12 +00:00
parent a9decf2374
commit d2dfcfabf2
2 changed files with 8 additions and 0 deletions

View File

@@ -656,6 +656,10 @@
* Use wave class * Use wave class
*/ */
#define wxUSE_SOUND 0 #define wxUSE_SOUND 0
/*
* Use wxMediaCtrl class
*/
#define wxUSE_MEDIACTRL 0
/* /*
* Use config system * Use config system
*/ */

View File

@@ -672,6 +672,10 @@
* Use wave class * Use wave class
*/ */
#define wxUSE_SOUND 1 #define wxUSE_SOUND 1
/*
* Use wxMediaCtrl class
*/
#define wxUSE_MEDIACTRL 0
/* /*
* Use config system * Use config system
*/ */