]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
applied patch 446014 (misc mingw fixes from Mattia)
[wxWidgets.git] / include / wx / msw / setup0.h
index 4e8e6215fd7dec7bb65bc8b11025edc9372e47d8..609c0322d1a3351f7318af5635cd3d403d756ab8 100644 (file)
 // contribute us a makefile for src/regex for it
 #define wxUSE_REGEX       0
 
+// wxWave class
+#define wxUSE_WAVE      1
+
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------
 // Recommended setting: 1 (used in many places in the library itself)
 #define wxUSE_FILEDLG       1
 
+// Use find/replace dialogs.
+//
+// Default is 1
+//
+// Recommended setting: 1 (but may be safely set to 0)
+#define wxUSE_FINDREPLDLG       1
+
 // Use font picker dialog
 //
 // Default is 1