unload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Nov 2007 21:27:17 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Nov 2007 21:27:17 +0000 (21:27 +0000)
commit60b0c3b4c64a768bedb48b00477b7f6290d9fe23
treeb2578d3888704d5fc1abec5ca7a8b661736fd2b7
parent79b7b95aed76eb742deef93d046886c20452fb36
unload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx is used as DLL; don't use wxOnceOnlyDLLLoader for gdi32.dll as we don't need to keep this DLL loaded, it will stay in memory anyhow as we link to it statically

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dc.cpp