]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
radiobox now sends notification messages when the selection is changed from
[wxWidgets.git] / include / wx / msw / setup0.h
index f19e6377a3ad97245a105a0dbb5210880712d9d5..e6bf0100a94477071c08c33455844997382b7d0c 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_SOCKETS       1
+                                  // Set to 1 to use socket classes
 
 /*
  * Finer detail
  *
  */
 
+#define wxUSE_OLE           1
+                                // drag-and-drop, clipboard, OLE Automation
+
 #if defined(__WIN95__)
 #define wxUSE_CTL3D                      0
 #else