projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Be nice to eVC++ build process and don't include not existing files.
[wxWidgets.git]
/
include
/
wx
/
univ
/
setup0.h
diff --git
a/include/wx/univ/setup0.h
b/include/wx/univ/setup0.h
index b22c5318d923001e63b14cd59bf321007d2cafac..bcacd56b52c6565d1e9b6b425059c6d3fb416729 100644
(file)
--- a/
include/wx/univ/setup0.h
+++ b/
include/wx/univ/setup0.h
@@
-171,7
+171,7
@@
// Default is 1
//
// Recommended setting: 1 for win32 else 0
// Default is 1
//
// Recommended setting: 1 for win32 else 0
-#if defined(__WIN32__)
+#if defined(__WIN32__)
|| defined(__WATCOMC__)
#define wxUSE_WCHAR_T 1
#else
#define wxUSE_WCHAR_T 0
#define wxUSE_WCHAR_T 1
#else
#define wxUSE_WCHAR_T 0
@@
-491,7
+491,7
@@
//
// Default is 1.
//
//
// Default is 1.
//
-// Recommended setting: 1
+// Recommended setting: 1
#define wxUSE_MEDIACTRL 1
// Use QuickTime
#define wxUSE_MEDIACTRL 1
// Use QuickTime
@@
-911,6
+911,14
@@
#define wxUSE_GLCANVAS 0
#endif
#define wxUSE_GLCANVAS 0
#endif
+// wxRichTextCtrl allows editing of styled text.
+//
+// Default is 1.
+//
+// Recommended setting: 1, set to 0 if you want compile a
+// smaller library.
+#define wxUSE_RICHTEXT 1
+
// wxTreeLayout class
#define wxUSE_TREELAYOUT 1
// wxTreeLayout class
#define wxUSE_TREELAYOUT 1
@@
-991,7
+999,7
@@
#define wxUSE_WXHTML_HELP 1
// Use resources
#define wxUSE_WXHTML_HELP 1
// Use resources
-#define wxUSE_RESOURCES
1
+#define wxUSE_RESOURCES
0
// Window layout constraint system
#define wxUSE_CONSTRAINTS 1
// Window layout constraint system
#define wxUSE_CONSTRAINTS 1