projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reverted yet another accidental commit of testing code in r57505
[wxWidgets.git]
/
src
/
msw
/
datecontrols.cpp
diff --git
a/src/msw/datecontrols.cpp
b/src/msw/datecontrols.cpp
index 3af793ec521228eb8d855ec0b20033329dbf7870..9e71c5f8fcfe6d5737a6ab5b27d79119f3c43af4 100644
(file)
--- a/
src/msw/datecontrols.cpp
+++ b/
src/msw/datecontrols.cpp
@@
-67,10
+67,13
@@
bool wxMSWDateControls::CheckInitialization()
icex.dwSize = sizeof(icex);
icex.dwICC = ICC_DATE_CLASSES;
icex.dwSize = sizeof(icex);
icex.dwICC = ICC_DATE_CLASSES;
- wxDynamicLibrary dllComCtl32(_T("comctl32.dll") , wxDL_VERBATIM);
-
+ // see comment in wxApp::GetComCtl32Version() explaining the
+ // use of wxLoadedDLL
+ wxLoadedDLL dllComCtl32(_T("comctl32.dll"));
if ( dllComCtl32.IsLoaded() )
{
if ( dllComCtl32.IsLoaded() )
{
+ wxLogNull noLog;
+
typedef BOOL (WINAPI *ICCEx_t)(INITCOMMONCONTROLSEX *);
wxDYNLIB_FUNCTION( ICCEx_t, InitCommonControlsEx, dllComCtl32 );
typedef BOOL (WINAPI *ICCEx_t)(INITCOMMONCONTROLSEX *);
wxDYNLIB_FUNCTION( ICCEx_t, InitCommonControlsEx, dllComCtl32 );