cleanup the Win32 window classes registration code: remove global variables and regis...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Nov 2008 22:19:55 +0000 (22:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Nov 2008 22:19:55 +0000 (22:19 +0000)
commitd9698bd4acdee91faaca22c4246842ac9456f876
tree0af26c623f0387b0d4bf4d2c66e7e4a4e6e21fee
parent12b661cd1efed07041d4dd20aeaa1eecb4433cef
cleanup the Win32 window classes registration code: remove global variables and register the window classes we use on demand to avoid registering MDI or GL classes unnecessarily

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/app.h
include/wx/msw/window.h
src/msw/app.cpp
src/msw/glcanvas.cpp
src/msw/mdi.cpp
src/msw/toplevel.cpp
src/msw/window.cpp