#endif
#include "wx/settings.h"
-#include "wx/colour.h"
-#include "wx/font.h"
-#include "wx/gdicmn.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/colour.h"
+ #include "wx/font.h"
+ #include "wx/gdicmn.h"
+#endif
+
#include "wx/module.h"
// ----------------------------------------------------------------------------
switch (index)
{
case wxSYS_CAN_ICONIZE_FRAME:
- return false;
case wxSYS_CAN_DRAW_FRAME_DECORATIONS:
+ case wxSYS_TABLET_PRESENT:
return false;
+
default:
- {
- }
+ wxFAIL_MSG( _T("unknown feature") );
}
return false;