X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84fe931ddf4b6cf66a42f9ef2a3caa79ea111814..4c2deb19e0fe659e8f239d86612f3c866731ac22:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 8e6cc16308..233a7dc00b 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -459,6 +459,13 @@ // 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 @@ -567,7 +574,7 @@ #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. //