Remove obsolete mentions of Windows 9x, Windows CE and OS/2.
This commit is contained in:
Vadim Zeitlin
2017-02-20 17:46:45 +01:00
63 changed files with 133 additions and 674 deletions

View File

@@ -197,7 +197,7 @@ WXDLLIMPEXP_CORE wxMouseState wxGetMouseState();
* A custom platform symbol:
*
* #define stPDA 100
* #ifdef __WXWINCE__
* #ifdef __WXMSW__
* wxPlatform::AddPlatform(stPDA);
* #endif
*