RTTI and exceptions settings for WinCE are restored.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-08-25 16:31:42 +00:00
parent b20cb04588
commit 3b9b80c0e2
2 changed files with 0 additions and 9 deletions

View File

@@ -43,10 +43,6 @@ wxMSW:
- Added wxDynamicLibrary::GetSymbolAorW().
- Fixed default size of wxStaticText controls with border being too small.
wxWinCE:
- RTTI and exceptions enabled by default.
wxGTK:
- ShowFullScreen() shows the window if it was still hidden (rpedroso).