From 2133c25075c6da0aa18b55dd1e8dd112cc6773f3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 14 Feb 2000 15:32:40 +0000 Subject: [PATCH] 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 --- include/wx/msw/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0