X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbdb39b2d0b8c3359eab1693fd1fc786499f62d7..9018abe3ef28d237b0421c8d96987907adbe5532:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index f19e6377a3..71dcff26a7 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -161,6 +161,9 @@ // 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 @@ -180,6 +183,9 @@ * */ +#define wxUSE_OLE 1 + // drag-and-drop, clipboard, OLE Automation + #if defined(__WIN95__) #define wxUSE_CTL3D 0 #else