]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/fontenum.cpp
Give wxScrolledWindow its own Layout method that takes into account
[wxWidgets.git] / src / os2 / fontenum.cpp
index 00454cee9bf07d93bfa171a2e3d1f13126bfb31a..476798911f0ab5bc727294adbd165b45071a4bed 100644 (file)
@@ -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