X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adfed1ca928d27ec04f730883f0ba01900540056..f78024a1f98fac96991a9f87804000512a32a976:/src/common/textfile.cpp diff --git a/src/common/textfile.cpp b/src/common/textfile.cpp index ff284db484..e303e47d2c 100644 --- a/src/common/textfile.cpp +++ b/src/common/textfile.cpp @@ -46,6 +46,10 @@ // ---------------------------------------------------------------------------- // 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;