Fix wxMSW compilation when wxUSE_FONTMAP==0.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Mar 2012 23:26:39 +0000 (23:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Mar 2012 23:26:39 +0000 (23:26 +0000)
commita4087a43244ae57917c28e7980f06a42d7069a8a
treef9e186f81f89032d9f02f0c2878676b48830c5f9
parent2d13e22fbfbe631e5ecf037e8afdc9c2cd58418c
Fix wxMSW compilation when wxUSE_FONTMAP==0.

Don't use wxFontMapper::GetEncodingName() in wxFontEnumerator if wxFontMapper
is not available.

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