display enumeration functions are in coredll.dll and not user32.dll under CE (closes #10189) [backport of r52077]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-20 17:46:46 +00:00
parent fdeef79bfb
commit 2f86dfdf1e
2 changed files with 19 additions and 11 deletions

View File

@@ -119,6 +119,7 @@ wxMSW:
- Fixed wxArtProvider::GetSizeHint() to return 16x16 for wxART_FRAME_ICON.
- Fixed toolbar buttons so that they don't disappear temporarily when clicked
if the event handler causes window update.
- Fix display enumeration under WinCE (Vince Harron).
wxGTK: