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
This commit is contained in:
Vadim Zeitlin
2000-02-14 15:32:40 +00:00
parent 32de7d24a5
commit 2133c25075

View File

@@ -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