#include "wx/statusbr.h"
#endif // wxUSE_GUI
-#ifndef __WXPALMOS5__
#ifndef __WXWINCE__
#include <time.h>
#else
#include "wx/msw/wince/time.h"
#endif
-#endif // ! __WXPALMOS5__
#ifdef __WXMAC__
#include "wx/osx/private.h"
#endif
-#ifndef __WXPALMOS5__
#if !defined(__MWERKS__) && !defined(__WXWINCE__)
#include <sys/types.h>
#include <sys/stat.h>
#endif
-#endif // ! __WXPALMOS5__
#if defined(__WXMSW__)
#include "wx/msw/private.h"
if (platform == wxOS_UNIX)
return true;
#endif
-#ifdef __WXMGL__
- if (platform == wxPORT_MGL)
- return true;
-#endif
#ifdef __OS2__
if (platform == wxOS_OS2)
return true;