use HINSTANCE for first DllMain() parameter (should fix compilation with VC 2005)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Mar 2005 10:54:59 +0000 (10:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Mar 2005 10:54:59 +0000 (10:54 +0000)
commit7adf0b4de22c8841465564842c4a91a79bef8071
treec06e5d6575b673e4dc7a61b3b1c39069f306d5f2
parent9f8d3f61a913c495ae80c8471ea175ab13cd4613
use HINSTANCE for first DllMain() parameter (should fix compilation with VC 2005)

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