]> git.saurik.com Git - wxWidgets.git/commitdiff
new options: wxUSE_OLE (on by default except for some compilers),
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Feb 1999 22:42:49 +0000 (22:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Feb 1999 22:42:49 +0000 (22:42 +0000)
wxUSE_DYNLIB_CLASS (off by default)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index f19e6377a3ad97245a105a0dbb5210880712d9d5..71dcff26a7a9e02979373aaf607a0b303c219c46 100644 (file)
                                   // Use JPEG bitmap code
 #define wxUSE_SERIAL        0
                                   // Use serialization (requires utils/serialize)
+#define wxUSE_DYNLIB_CLASS  0
+                                  // Compile in wxLibrary class for run-time
+                                  // DLL loading and function calling
 #define wxUSE_TOOLTIPS      1
                                   // Define to use wxToolTip class and
                                   // wxWindow::SetToolTip() method
  *
  */
 
+#define wxUSE_OLE           1
+                                // drag-and-drop, clipboard, OLE Automation
+
 #if defined(__WIN95__)
 #define wxUSE_CTL3D                      0
 #else