Fixed IMPLEMENT_APP() to be compatible with the -WU flag of Borland C++ (patch #1935997)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-04-13 12:17:37 +00:00
parent ffdf14fca4
commit 3657a5a4d8
2 changed files with 28 additions and 1 deletions

View File

@@ -166,6 +166,8 @@ wxMSW:
- Text controls with wxTE_RICH style now also generate wxClipboardTextEvents.
- Fixed wxSpinCtrl::GetClientSize() to return sensible value and not just
spin button's client size.
- Fixed IMPLEMENT_APP() to be compatible with the -WU flag of Borland C++
compiler (Matthias Bohm).
wxGTK: