remove MSVC warnings about DLL-exported class inheriting from non DLL-exported one...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Mar 2009 13:16:45 +0000 (13:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Mar 2009 13:16:45 +0000 (13:16 +0000)
commit5aac6f3f9563d5a56470982cc11c35c81f555671
tree11273f0f2126985bd4729701bf364cfa0b9a60e3
parent3a3b0bc2ea170f4f61ffeac48a383ddac26bdc5f
remove MSVC warnings about DLL-exported class inheriting from non DLL-exported one by not exporting private classes at all

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