X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03aa88aba79b7df581bab46597668ab0b5eb4729..af51080d149236d28af5484096a1b5eda43b5ae0:/include/wx/msw/setup_microwin.h diff --git a/include/wx/msw/setup_microwin.h b/include/wx/msw/setup_microwin.h index 235cf162a1..9ef05acb32 100644 --- a/include/wx/msw/setup_microwin.h +++ b/include/wx/msw/setup_microwin.h @@ -28,24 +28,6 @@ // compatibility settings // ---------------------------------------------------------------------------- -// This setting determines the compatibility with 1.68 API: -// Level 0: no backward compatibility, all new features -// Level 1: some extra methods are defined for compatibility. -// -// Default is 0. -// -// Recommended setting: 0 (in fact the compatibility code is now very minimal -// so there is little advantage to setting it to 1. -#define WXWIN_COMPATIBILITY 0 - -// This setting determines the compatibility with 2.0 API: set it to 1 to -// enable it -// -// Default is 0. -// -// Recommended setting: 0 (please update your code instead!) -#define WXWIN_COMPATIBILITY_2 0 - // This setting determines the compatibility with 2.0 API: set it to 1 to // enable it // @@ -407,8 +389,8 @@ // contribute us a makefile for src/regex for it #define wxUSE_REGEX 0 -// wxWave class -#define wxUSE_WAVE 0 +// wxSound class +#define wxUSE_SOUND 0 // ---------------------------------------------------------------------------- // Individual GUI controls