Further WinCE mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-07-11 11:15:59 +00:00
parent 8f5a042b12
commit 5e9670446a
5 changed files with 81 additions and 5 deletions

View File

@@ -21,7 +21,12 @@
#if wxUSE_DATETIME
#ifndef __WXWINCE__
#include <time.h>
#else
#include "wx/msw/wince/time.h"
#endif
#include <limits.h> // for INT_MIN
#include "wx/longlong.h"
@@ -323,6 +328,12 @@ public:
// day or not
//
// TODO move this to intl.h
// Required for WinCE
#ifdef USA
#undef USA
#endif
enum Country
{
Country_Unknown, // no special information for this country
@@ -342,10 +353,8 @@ public:
Country_WesternEurope_End = UK,
Russia,
USA
};
// symbolic names for the months
enum Month
{