always return 471 from wxApp::GetComCtl32Version() under CE as its commctrl.dll includes all comctl32.dll v4.71 functionality (replaces patch 1890933)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -607,6 +607,9 @@ void wxApp::OnQueryEndSession(wxCloseEvent& event)
|
||||
// system DLL versions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// these functions have trivial inline implementations for CE
|
||||
#ifndef __WXWINCE__
|
||||
|
||||
#if wxUSE_DYNLIB_CLASS
|
||||
|
||||
namespace
|
||||
@@ -742,6 +745,8 @@ int wxApp::GetShell32Version()
|
||||
|
||||
#endif // wxUSE_DYNLIB_CLASS/!wxUSE_DYNLIB_CLASS
|
||||
|
||||
#endif // !__WXWINCE__
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Yield to incoming messages
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user