#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/gdicmn.h"
#endif
-#include "wx/gdicmn.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif
}
}
case wxSYS_COLOUR_HIGHLIGHTTEXT:
+ case wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT:
{
return *wxWHITE;
}
default:
case wxSYS_COLOUR_MAX:
- wxFAIL_MSG( _T("unknown colour") );
+ wxFAIL_MSG( wxT("unknown colour") );
}
return *wxWHITE;
}