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
@@ -265,7 +265,6 @@ public:
|
||||
An appropriate class is aliased to the name wxHelpController for each platform, as
|
||||
follows:
|
||||
- On desktop Windows, wxCHMHelpController is used (MS HTML Help).
|
||||
- On Windows CE, wxWinceHelpController is used.
|
||||
- On all other platforms, wxHtmlHelpController is used if wxHTML is compiled
|
||||
into wxWidgets; otherwise wxExtHelpController is used (for invoking an
|
||||
external browser).
|
||||
@@ -285,8 +284,6 @@ public:
|
||||
HTB versions of the help file. For wxMSW only.
|
||||
- wxExtHelpController, for controlling external browsers under Unix.
|
||||
The default browser is Netscape Navigator. The 'help' sample shows its use.
|
||||
- wxWinceHelpController, for controlling a simple @c .htm help controller for
|
||||
Windows CE applications.
|
||||
- wxHtmlHelpController, a sophisticated help controller using wxHTML, in a
|
||||
similar style to the Microsoft HTML Help viewer and using some of the same
|
||||
files. Although it has an API compatible with other help controllers, it has
|
||||
|
Reference in New Issue
Block a user