]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/setup0.h
wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION...
[wxWidgets.git] / include / wx / palmos / setup0.h
index 306b1cd17d89b0ef4ec8e1a89196c1f7ab4bac8e..f34c915b4e47b6e83463fbfbe77872ad14c5f7b7 100644 (file)
 // Default is 1
 //
 // Recommended setting: 1
-#define wxUSE_COLOURDLG     0
+#define wxUSE_COLOURDLG     1
 
 // wxDirDlg class for getting a directory name from user
 #define wxUSE_DIRDLG 0
 // Recommended setting: 1
 #define wxUSE_OLE           0
 
-// Set this to 1 to use Microsoft CTL3D library for "3D-look" under Win16 or NT
-// 3.x. This setting is ignored under Win9x and NT 4.0+.
-//
-// Default is 0 for (most) Win32 (systems), 1 for Win16
-//
-// Recommended setting: same as default
-#if defined(__WIN95__)
-#define wxUSE_CTL3D                      0
-#else
-#define wxUSE_CTL3D                      0
-#endif
-
 // Define as 1 to use Microsoft's ItsyBitsy small title bar library, for
 // wxMiniFrame. This setting is only used for Win3.1; Win9x and NT use native
 // miniframes support instead.