projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent...
[wxWidgets.git]
/
include
/
wx
/
fontutil.h
diff --git
a/include/wx/fontutil.h
b/include/wx/fontutil.h
index 635641e0fa604e685a9ee5f094f4712e9cc3fdd4..de51565a22979e29e2d8bd474265da4e4d6dcb31 100644
(file)
--- a/
include/wx/fontutil.h
+++ b/
include/wx/fontutil.h
@@
-53,7
+53,7
@@
struct WXDLLEXPORT wxNativeEncodingInfo
{
wxString facename; // may be empty meaning "any"
-#if defined(__WXMSW__) || defined(__WXPM__)
+#if defined(__WXMSW__) || defined(__WXPM__)
|| defined(__WXMAC__)
wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ }
int charset;