#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+ #include "wx/window.h"
+ #include "wx/dcclient.h"
+#endif
+
#include "wx/private/overlay.h"
#include "wx/dfb/private.h"
void wxOverlayImpl::Clear(wxWindowDC *dc)
{
wxASSERT_MSG( IsOk(),
- _T("You cannot Clear an overlay that is not initialized") );
+ "You cannot Clear an overlay that is not initialized" );
m_isEmpty = true;
}