X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c11b5265004937450f8e08d55b8a1476e1452dd..69477ac44979d42e1139dc70a2be7c0390043246:/samples/richedit/wxlparser.h?ds=sidebyside diff --git a/samples/richedit/wxlparser.h b/samples/richedit/wxlparser.h index a594885d08..129100dd30 100644 --- a/samples/richedit/wxlparser.h +++ b/samples/richedit/wxlparser.h @@ -59,12 +59,13 @@ struct wxLayoutExportStatus wxLayoutLine * m_line; wxLOiterator m_iterator; wxLayoutStyleInfo m_si; + bool m_FirstTime; }; #ifdef OS_WIN - #define WXLO_DEFAULT_EXPORT_MODE WXLO_EXPORT_WITH_CRLF +# define WXLO_DEFAULT_EXPORT_MODE WXLO_EXPORT_WITH_CRLF #else // Unix - #define WXLO_DEFAULT_EXPORT_MODE WXLO_EXPORT_WITH_LF_ONLY +# define WXLO_DEFAULT_EXPORT_MODE WXLO_EXPORT_WITH_LF_ONLY #endif // Win/Unix /// import text into a wxLayoutList (including linefeeds):