projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix VC6 compilation by changing the order of assignment operators in wxAny
[wxWidgets.git]
/
include
/
wx
/
richtext
/
richtexthtml.h
diff --git
a/include/wx/richtext/richtexthtml.h
b/include/wx/richtext/richtexthtml.h
index dee3f7091f885f4e6604367652585459cda35e1f..86cb17af6943a7a1d38772f5cf13229c043f12e7 100644
(file)
--- a/
include/wx/richtext/richtexthtml.h
+++ b/
include/wx/richtext/richtexthtml.h
@@
-18,6
+18,9
@@
#include "wx/richtext/richtextbuffer.h"
+// Use CSS styles where applicable, otherwise use non-CSS workarounds
+#define wxRICHTEXT_HANDLER_USE_CSS 0x1000
+
/*!
* wxRichTextHTMLHandler
*/