// Author: Francesco Montorsi
// Modified by:
// Created: 07.07.2006 (based on wxToolkitInfo)
-// RCS-ID: $Id$
// Copyright: (c) 2006 Francesco Montorsi
-// License: wxWindows license
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
wxT("DOS"),
wxT("OS/2"),
-
- wxT("PalmOS"),
- wxT("PalmOS(Over Linux)"),
};
static const wxChar* const wxPortIdNames[] =
wxT("wxMSW"),
wxT("wxMotif"),
wxT("wxGTK"),
- wxT("wxMGL"),
+ wxT("wxDFB"),
wxT("wxX11"),
wxT("wxOS2"),
wxT("wxMac"),
wxT("wxCocoa"),
wxT("wxWinCE"),
- wxT("wxPalmOS"),
- wxT("wxDFB")
};
static const wxChar* const wxArchitectureNames[] =
m_osDesc = wxGetOsDescription();
m_endian = wxIsPlatformLittleEndian() ? wxENDIAN_LITTLE : wxENDIAN_BIG;
m_arch = wxIsPlatform64Bit() ? wxARCH_64 : wxARCH_32;
-
+
#ifdef __LINUX__
m_ldi = wxGetLinuxDistributionInfo();
#endif