Make some long #ifs shorter but multiline so diffs of other ports are more readable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,7 +37,11 @@ struct WXDLLEXPORT wxNativeEncodingInfo
|
||||
wxString facename; // may be empty meaning "any"
|
||||
wxFontEncoding encoding; // so that we know what this struct represents
|
||||
|
||||
#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__) || defined(__WXCOCOA__) // FIXME: __WXCOCOA__
|
||||
#if defined(__WXMSW__) || \
|
||||
defined(__WXPM__) || \
|
||||
defined(__WXMAC__) || \
|
||||
defined(__WXCOCOA__) // FIXME: __WXCOCOA__
|
||||
|
||||
wxNativeEncodingInfo()
|
||||
: facename()
|
||||
, encoding(wxFONTENCODING_SYSTEM)
|
||||
|
Reference in New Issue
Block a user