Fixed some duff #ifdefs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-07-11 22:06:00 +00:00
parent 4676948b68
commit f1c75e0f93
4 changed files with 12 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ enum { wxFONTENCODING_UNKNOWN = -2 };
// wxFontMapperPathChanger: change the config path during our lifetime
// ----------------------------------------------------------------------------
#if wxUSE_CONFIG
#if wxUSE_CONFIG && wxUSE_FILECONFIG
class wxFontMapperPathChanger
{