]> git.saurik.com Git - wxWidgets.git/commitdiff
USE_DYNLIB_CLASS set to 1 by default
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2000 15:32:40 +0000 (15:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2000 15:32:40 +0000 (15:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index fb4851ed25b464404430201d2478d3cb64ea6f72..9a7002fcd6ec0ad260a3f147a1e4625a5034653c 100644 (file)
                                 // 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