X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/396197cb567090122f9f2e640d2910c2491a7c47..204fd7058e300380067c9f021a0bc779eabde36d:/include/wx/mac/setup0.h?ds=sidebyside diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 2c0e20dbf1..dba42e11ea 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -235,16 +235,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