X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/396197cb567090122f9f2e640d2910c2491a7c47..a74deb88184cfdf0e7c535312b163daea3a9f64e:/include/wx/msw/setup0.h?ds=sidebyside diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 174fe9977d..2c78ac864c 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -234,16 +234,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