"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
</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>
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.
@@ -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>