don't load comctl32.dll, just get the handle of the already loaded instance of it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Nov 2008 16:45:45 +0000 (16:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Nov 2008 16:45:45 +0000 (16:45 +0000)
commite2d4ce7d3681c876f69126c0a63e5caebbab62dd
treea264e37e23190006c55a8474bd96d018710260cc
parent59730a00a630d0e1d5ed6c46a4349002d07c2d0e
don't load comctl32.dll, just get the handle of the already loaded instance of it instead, this avoids accidentally loading 2 different versions of this DLL in the same process (see #10203)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dynlib.h
src/msw/app.cpp
src/msw/datecontrols.cpp
src/msw/dlmsw.cpp
src/msw/window.cpp