X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adfed1ca928d27ec04f730883f0ba01900540056..180db9083613b9b6eca8451ee19553c6581f5505:/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;