]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
simplified WXDLLEXPORT/IMPORT defines, added WXEXPORT/IMPORT
[wxWidgets.git] / include / wx / os2 / setup0.h
index 33ea02be7f00b7ec05c3a1d4c8a182ebc57da658..21080fc0436a384bad8150416536fb2a5fd520b1 100644 (file)
                                   // 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)
 
 #define wxUSE_FINDREPLDLG         1 // Find replace dialog
 
+#define wxUSE_PALETTE             1
+
+#define wxUSE_CMDLINE_PARSER      1
+
+#define wxUSE_SPLASH              1
+
+#if (!(defined(WXUSINGDLL) || defined(WXMAKINGDLL)))
+    #define NO_TEXT_WINDOW_STREAM     1  // defined in textctrl.h for DLL builds
+#endif
+
 #endif
     // _WX_SETUP_H_