enable wxFontMapper in wxDFB port

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-01-22 14:05:07 +00:00
parent 47b6ebde09
commit c3a58b249e
14 changed files with 216 additions and 47 deletions

View File

@@ -59,9 +59,6 @@
#define __WXBASE__
#endif
/* include the feature test macros */
#include "wx/features.h"
/* suppress some Visual C++ warnings */
#ifdef __VISUALC__
/* the only "real" warning here is 4244 but there are just too many of them */
@@ -2842,6 +2839,10 @@ typedef const void* WXWidget;
#endif
/* __WXMSW__ */
/* include the feature test macros */
#include "wx/features.h"
/* --------------------------------------------------------------------------- */
/* macro to define a class without copy ctor nor assignment operator */
/* --------------------------------------------------------------------------- */