X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/545f9e3c7cf92cb9e409032b5a960795e5b6a974..120b822df16ae27b64fe73b27d649cb89f166f46:/src/os2/fontenum.cpp?ds=inline diff --git a/src/os2/fontenum.cpp b/src/os2/fontenum.cpp index 00454cee9b..476798911f 100644 --- a/src/os2/fontenum.cpp +++ b/src/os2/fontenum.cpp @@ -24,6 +24,8 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#if wxUSE_FONTMAP + #ifndef WX_PRECOMP #include "wx/font.h" #endif @@ -216,3 +218,4 @@ int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, } */ +#endif // wxUSE_FONTMAP