// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-# pragma implementation
-#endif
-
#include "wx/wxprec.h"
#ifdef __BORLANDC__
# include <time.h>
#endif
-#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) \
- || defined(__WXMAC__) || defined(__WXMGL__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
# include "bombs.xpm"
#endif
wxFont font= BOMBS_FONT;
dc.SetFont(font);
- long chw, chh;
+ wxCoord chw, chh;
wxString buf = wxT("M");
dc.GetTextExtent(buf, &chw, &chh);