projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added first cut at sizer topic, based on Robert's manual and
[wxWidgets.git]
/
src
/
os2
/
fontenum.cpp
diff --git
a/src/os2/fontenum.cpp
b/src/os2/fontenum.cpp
index b74beb093930ada3a1e5316b52f3fda0183c62c5..476798911f0ab5bc727294adbd165b45071a4bed 100644
(file)
--- a/
src/os2/fontenum.cpp
+++ b/
src/os2/fontenum.cpp
@@
-17,9
+17,15
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
+#ifdef __GNUG__
+ #pragma implementation "fontenum.h"
+#endif
+
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxUSE_FONTMAP
+
#ifndef WX_PRECOMP
#include "wx/font.h"
#endif
#ifndef WX_PRECOMP
#include "wx/font.h"
#endif
@@
-212,3
+218,4
@@
int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm,
}
*/
}
*/
+#endif // wxUSE_FONTMAP