X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/002ed9af8309d5baa1b2c32f1fd28160595e2fa7..1824b08894c110797316f6dbd0f6e9464bde7586:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index c0b2f7642e..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 // @@ -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_