#define wxUSE_EXCEPTIONS 1
-// define this to 1 if you want icons to behave as bitmaps
-#define wxICON_IS_BITMAP 0
-
// define this to 0 when building wxBase library
#define wxUSE_GUI 1
#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