From: Vadim Zeitlin Date: Mon, 14 Feb 2000 15:32:40 +0000 (+0000) Subject: USE_DYNLIB_CLASS set to 1 by default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2133c25075c6da0aa18b55dd1e8dd112cc6773f3?ds=inline USE_DYNLIB_CLASS set to 1 by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index fb4851ed25..9a7002fcd6 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -325,7 +325,7 @@ // Use PCX bitmap/image code #define wxUSE_SERIAL 0 // Use serialization (requires utils/serialize) -#define wxUSE_DYNLIB_CLASS 0 +#define wxUSE_DYNLIB_CLASS 1 // Compile in wxLibrary class for run-time // DLL loading and function calling #define wxUSE_TOOLTIPS 1