git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12239
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// ----------------------------------------------------------------------------
// 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 =
#if defined(__WINDOWS__)
wxTextFileType_Dos;
const wxTextFileType wxTextFile::typeDefault =
#if defined(__WINDOWS__)
wxTextFileType_Dos;