]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup.h
modified wxFrame/Univ to send wxSizeEvent when adding/removing bars (because client...
[wxWidgets.git] / include / wx / os2 / setup.h
index 1fdeed452fc0edcbea7f55917f6a28ecf299f2eb..304dec922b0ef62a0487c806e68b922240faaced 100644 (file)
 #define wxUSE_STOPWATCH    1
 #define wxUSE_TAB_DIALOG   1
 #define wxUSE_WXHTML_HELP  1
-
 #define wxUSE_BUTTONBAR     1
                                     // Define 1 to use buttonbar classes (enhanced toolbar
                                     // for MS Windows)
                                   // Use standard C++ streams if 1. If 0, use wxWin
                                   // streams implementation.
 
-#define wxUSE_WXCONFIG      1
-                                  // if enabled, compiles built-in OS independent wxConfig
-                                  // class and it's file (any platform) and registry (Win)
-                                  // based implementations
 #define wxUSE_THREADS       1
                                   // support for multithreaded applications: if
                                   // 1, compile in thread classes (thread.h)
                                 // needed for wxCanvas
 #define wxUSE_MENUS               1
 
+#define wxUSE_WAVE                1
+
+#define wxUSE_REGEX               1
+
+#define wxUSE_FINDREPLDLG         1 // Find replace dialog
 
 #endif
     // _WX_SETUP_H_