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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user