X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/396197cb567090122f9f2e640d2910c2491a7c47..72ac4e888aff9b766216f96cc090b051a7f52188:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 7cd3ef5538..882fe92e03 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -230,16 +230,6 @@ // Recommended setting: 0 unless you do plan to develop MT applications #define wxUSE_THREADS 1 -// Set wxUSE_WEAKREF to 1 t support use of weak references to common classes -// in wxWidgets (wxWeakRef). Set to 0 if your compiler has problems with -// the template-based implementation (Embedded Visual C++ 4 for ARM has a bug -// in this area, Visual C compiler options "/vmm /vmg" may help then). -// -// Default is 1 -// -// Recommended setting: 1 -#define wxUSE_WEAKREF 1 - // If enabled, compiles wxWidgets streams classes // // wx stream classes are used for image IO, process IO redirection, network