Use "MSW" and "Windows" more accurately to avoid confusion.

"MSW" is used as the name of toolkit using the standard Windows UI while
"Windows" is the name of the OS under which wxGTK can be now used too (in
addition to wxMSW).

This terminology is not perfect but at least let's keep it unambiguous.

Closes #15328.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-07-13 20:07:51 +00:00
parent 368160e3dc
commit 5b608795d4
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@
</option>
</if>
<!-- We must make TOOLKIT a constant under MSW -->
<!-- We must make TOOLKIT a constant under Windows -->
<if cond="FORMAT in ['borland','mingw','msvc','watcom', 'msvc6prj', 'msvs2003prj', 'msvs2005prj', 'msvs2008prj']">
<set var="TOOLKIT">MSW</set>
</if>

View File

@ -689,7 +689,7 @@ All (GUI):
wxGTK:
- Allow building wxGTK3 with Broadway and Wayland backends (Kolya Kosenko).
- Further improvements to wxGTK/MSW port (Kolya Kosenko).
- Further improvements to wxGTK/Win32 port (Kolya Kosenko).
- Provide native implementation of wxNotificationMessage using libnotify.
- Generate clipboard events for wxComboBox and not only wxTextCtrl.
- Improve drag-and-drop of URLs.

View File

@ -24,7 +24,7 @@ diff build/bakefiles/config.bkl build/bakefiles/config.bkl
@@ -67,9 +67,9 @@
</if>
<!-- We must make TOOLKIT a constant under MSW -->
<!-- We must make TOOLKIT a constant under Windows -->
- <if cond="FORMAT in ['borland','mingw','msvc','watcom', 'msvc6prj', 'msvs2003prj', 'msvs2005prj', 'msvs2008prj']">
+ <!--if cond="FORMAT in ['borland','mingw','msvc','watcom', 'msvc6prj', 'msvs2003prj', 'msvs2005prj', 'msvs2008prj']">
<set var="TOOLKIT">MSW</set>