Remove outdated documentation remarks on Windows prior XP.

Since Windows XP is now the minimum supported target all remarks referencing differences in Windows versions prior XP have been removed or updated.
This commit is contained in:
Tobias Taschner
2015-08-31 09:57:53 +02:00
parent 03b243da21
commit 09b23156f5
11 changed files with 18 additions and 24 deletions

View File

@@ -29,7 +29,7 @@ enum wxOperatingSystemId
wxOS_MAC = wxOS_MAC_OS|wxOS_MAC_OSX_DARWIN,
wxOS_WINDOWS_9X = 1 << 2, //!< Windows 9x family (95/98/ME)
wxOS_WINDOWS_NT = 1 << 3, //!< Windows NT family (NT/2000/XP/Vista/7)
wxOS_WINDOWS_NT = 1 << 3, //!< Windows NT family (XP/Vista/7/8/10)
wxOS_WINDOWS_MICRO = 1 << 4, //!< MicroWindows
wxOS_WINDOWS_CE = 1 << 5, //!< Windows CE (Windows Mobile)