Remove Windows CE support
Windows CE doesn't seem to be supported by Microsoft any longer. Last CE release was in early 2013 and the PocketPC and Smartphone targets supported by wxWidgets are long gone. The build files where already removed in an earlier cleanup this commit removes all files, every #ifdef and all documentation regarding the Windows CE support. Closes https://github.com/wxWidgets/wxWidgets/pull/81
This commit is contained in:
committed by
Vadim Zeitlin
parent
6fbc2bd0b7
commit
8282c1be0f
@@ -104,8 +104,7 @@ const wxTextCoord wxInvalidTextCoord = -2;
|
||||
// wxTE_RICH controls - can be used together with or instead of wxTE_RICH
|
||||
#define wxTE_RICH2 0x8000
|
||||
|
||||
// reuse wxTE_RICH2's value for CAPEDIT control on Windows CE and iOS
|
||||
#if defined(__SMARTPHONE__) || defined(__POCKETPC__) || defined(__WXOSX_IPHONE__)
|
||||
#if defined(__WXOSX_IPHONE__)
|
||||
#define wxTE_CAPITALIZE wxTE_RICH2
|
||||
#else
|
||||
#define wxTE_CAPITALIZE 0
|
||||
@@ -770,8 +769,6 @@ protected:
|
||||
#include "wx/x11/textctrl.h"
|
||||
#elif defined(__WXUNIVERSAL__)
|
||||
#include "wx/univ/textctrl.h"
|
||||
#elif defined(__SMARTPHONE__) && defined(__WXWINCE__)
|
||||
#include "wx/msw/wince/textctrlce.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#include "wx/msw/textctrl.h"
|
||||
#elif defined(__WXMOTIF__)
|
||||
|
Reference in New Issue
Block a user