Use wxGetInstance() instead of wxhInstance in wxMSW code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Feb 2010 00:03:59 +0000 (00:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Feb 2010 00:03:59 +0000 (00:03 +0000)
commit5431e4a68473e31cc6870d67577aa12a2fb39fa4
tree94e1372a763e17c4729b06934c060919e1bbef28
parent2856f57b37d10f2e8988b97a26ec419fd6fad5ac
Use wxGetInstance() instead of wxhInstance in wxMSW code.

No real changes, just use an accessor function instead of directly accessing
the global variable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private.h
src/msw/app.cpp
src/msw/msgdlg.cpp