projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git]
/
src
/
os2
/
fontenum.cpp
diff --git
a/src/os2/fontenum.cpp
b/src/os2/fontenum.cpp
index b74beb093930ada3a1e5316b52f3fda0183c62c5..00454cee9bf07d93bfa171a2e3d1f13126bfb31a 100644
(file)
--- a/
src/os2/fontenum.cpp
+++ b/
src/os2/fontenum.cpp
@@
-17,6
+17,10
@@
// 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"