diff --git a/tests/controls/headerctrltest.cpp b/tests/controls/headerctrltest.cpp index 079e5e506b..768238c7ff 100644 --- a/tests/controls/headerctrltest.cpp +++ b/tests/controls/headerctrltest.cpp @@ -17,6 +17,8 @@ #pragma hdrstop #endif +#ifdef __WXMSW__ // no generic version of this control yet + #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/headerctrl.h" @@ -102,3 +104,4 @@ void HeaderCtrlTestCase::BestSize() CPPUNIT_ASSERT_EQUAL( sizeEmpty.y, size.y ); } +#endif // __WXMSW__