X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2d4ce7d3681c876f69126c0a63e5caebbab62dd..ca21f825b50978500d5525f07682868ebf62ff6f:/src/msw/datecontrols.cpp diff --git a/src/msw/datecontrols.cpp b/src/msw/datecontrols.cpp index 6960f09aee..9e71c5f8fc 100644 --- a/src/msw/datecontrols.cpp +++ b/src/msw/datecontrols.cpp @@ -68,12 +68,8 @@ bool wxMSWDateControls::CheckInitialization() icex.dwICC = ICC_DATE_CLASSES; // see comment in wxApp::GetComCtl32Version() explaining the - // use of wxDL_GET_LOADED - wxDynamicLibrary dllComCtl32(_T("comctl32.dll"), - wxDL_VERBATIM | - wxDL_QUIET | - wxDL_GET_LOADED); - + // use of wxLoadedDLL + wxLoadedDLL dllComCtl32(_T("comctl32.dll")); if ( dllComCtl32.IsLoaded() ) { wxLogNull noLog;