]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Attempt to add primary selection support.
[wxWidgets.git] / include / wx / msw / setup0.h
index d4182eda14d18c94e2b61213c564c5c82e18e080..2d2b52a2dc58a95558b34202e7afc031268e87b3 100644 (file)
@@ -71,6 +71,8 @@
 
 #define wxUSE_SCROLLBAR   1
                                     // Define 1 to compile contributed wxScrollBar class
+#define wxUSE_CARET       1
+                                    // Define 1 to use wxCaret class
 #define wxUSE_XPM_IN_MSW  1
                                     // Define 1 to support the XPM package in wxBitmap.
 #define wxUSE_IMAGE_LOADING_IN_MSW        1
 #define wxUSE_TOOLTIPS      1
                                   // Define to use wxToolTip class and
                                   // wxWindow::SetToolTip() method
-#define wxUSE_SOCKETS       1
+#define wxUSE_SOCKETS       0
                                   // Set to 1 to use socket classes
 
+// these settings can't be set to 0 for now
+#define wxUSE_INTL 1
+#define wxUSE_LOG 1
+#define wxUSE_VALIDATORS 1
+#define wxUSE_ACCEL 1
+#define wxUSE_SASH 1
+#define wxUSE_TEXTDLG 1
+
 /*
  * Finer detail
  *