]> git.saurik.com Git - wxWidgets.git/commitdiff
added comment concerning native line endings under Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 31 Oct 2001 22:41:08 +0000 (22:41 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 31 Oct 2001 22:41:08 +0000 (22:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/textfile.cpp

index ff284db4840046463b5cfaf028200f25a0f04d25..e303e47d2c31c92ab4f861ff1c1065c2505ceb6c 100644 (file)
 // ----------------------------------------------------------------------------
 
 // 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 =
 #if   defined(__WINDOWS__)
   wxTextFileType_Dos;