X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f96ac03f027df18b5bc3758eb00df951be6db85..1eba21938708bcd10ab13837b4ad51e44f783b40:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 2d1ff52d2c..bf409f0e0d 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -226,7 +226,7 @@ // library without it if you have no use for it - this will result in a // somewhat smaller and faster operation. // -// This is ignored under Win16, threads are only supported under Win32. +// Threads are only supported under Win32. // // Default is 1 // @@ -428,8 +428,8 @@ // wxSystemOptions class #define wxUSE_SYSTEM_OPTIONS 1 -// wxWave class -#define wxUSE_WAVE 1 +// wxSound class +#define wxUSE_SOUND 1 // XML parsing classes. Note that their API will change in the future, so // using wxXmlDocument and wxXmlNode in your app is not recommended. @@ -929,5 +929,9 @@ // NOW MANDATORY: don't change. #define wxUSE_DYNAMIC_CLASSES 1 +// Set to 0 for no libmspack +#define wxUSE_LIBMSPACK 0 + + #endif // _WX_SETUP_H_