added comment concerning native line endings under Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,6 +46,10 @@
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
// default type is the native one
|
// default type is the native one
|
||||||
|
// the native type under Mac OS X is:
|
||||||
|
// - Unix when compiling with the Apple Developer Tools (__UNIX__)
|
||||||
|
// - Mac when compiling with CodeWarrior (__WXMAC__)
|
||||||
|
|
||||||
const wxTextFileType wxTextFile::typeDefault =
|
const wxTextFileType wxTextFile::typeDefault =
|
||||||
#if defined(__WINDOWS__)
|
#if defined(__WINDOWS__)
|
||||||
wxTextFileType_Dos;
|
wxTextFileType_Dos;
|
||||||
|
Reference in New Issue
Block a user