]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
handle volume part of the path correctly in wxFileName(path, name, ext) ctor
[wxWidgets.git] / include / wx / msw / setup0.h
index 8e6cc163082588f471be42124c44ecccf6dd004b..233a7dc00b9bad5e2617abd0ef525f0c5a6228a5 100644 (file)
 // wxSound class
 #define wxUSE_SOUND      1
 
+// wxMovieCtrl class
+//
+// Requires DirectX 7 & DirectMedia or above (link with STRMIIDS.LIB)
+//
+// Recommended setting: 0 (Nice to have, but SDK doesn't exist by default)
+#define wxUSE_MOVIECTRL 0
+
 // Use wxWidget's XRC XML-based resource system.  Recommended.
 //
 // Default is 1
 #define wxUSE_TOOLBAR_NATIVE 1
 
 // wxNotebook is a control with several "tabs" located on one of its sides. It
-// may be used ot logically organise the data presented to the user instead of
+// may be used to logically organise the data presented to the user instead of
 // putting everything in one huge dialog. It replaces wxTabControl and related
 // classes of wxWin 1.6x.
 //