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
@@ -176,8 +176,7 @@
|
||||
#define LVS_EX_FULLROWSELECT 0x00000020
|
||||
#endif
|
||||
|
||||
// LVS_EX_LABELTIP is not supported by Windows CE, don't define it there
|
||||
#if !defined(LVS_EX_LABELTIP) && !defined(__WXWINCE__)
|
||||
#if !defined(LVS_EX_LABELTIP)
|
||||
#define LVS_EX_LABELTIP 0x00004000
|
||||
#endif
|
||||
|
||||
@@ -401,14 +400,6 @@ typedef struct
|
||||
#define MUI_LANGUAGE_NAME 0x8
|
||||
#endif
|
||||
|
||||
/*
|
||||
* In addition to the declarations for VC++, the following are required for WinCE
|
||||
*/
|
||||
|
||||
#ifdef __WXWINCE__
|
||||
#include "wx/msw/wince/missing.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The following are specifically required for Wine
|
||||
*/
|
||||
|
Reference in New Issue
Block a user