X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe27303f7a92fb4db9490f9d2301cc5589063bd7..107d0fd493dc4d750ba18518a2eea5b93d988965:/src/common/appcmn.cpp?ds=sidebyside diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 4b5a93d453..dc8baac753 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -47,8 +47,8 @@ #include "wx/utils.h" #include "wx/ptr_scpd.h" -#if defined(__WXMSW__) && !defined(__PALMOS__) - #include "wx/msw/private.h" // includes windows.h for LOGFONT +#if defined(__WXMSW__) + #include "wx/msw/private.h" // includes windows.h for LOGFONT #endif #if wxUSE_FONTMAP @@ -139,7 +139,7 @@ void wxAppBase::CleanUp() // but we want to delete them now delete wxTopLevelWindows.GetFirst()->GetData(); } - + // undo everything we did in Initialize() above wxBitmap::CleanUpHandlers();