X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/254a21292b0ccf234ed1dbc6acd37708672ffcc0..d709457c8dbbb814299ec5c41862bd479d2d8adc:/demos/forty/card.cpp diff --git a/demos/forty/card.cpp b/demos/forty/card.cpp index c68a3b8d71..25c9d532a4 100644 --- a/demos/forty/card.cpp +++ b/demos/forty/card.cpp @@ -19,11 +19,6 @@ //| hbmap_pictures. //+-------------------------------------------------------------+ -#ifdef __GNUG__ -#pragma implementation -#pragma interface -#endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" @@ -41,7 +36,7 @@ #include "forty.h" #include "card.h" -#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXX11__) +#ifndef __WXMSW__ #include "pictures.xpm" #include "symbols.xbm" #endif @@ -565,5 +560,3 @@ void Card::DrawNullCard(wxDC& dc, int x, int y) dc.SetPen(*pen); dc.DrawRoundedRectangle(x, y, m_width, m_height, 4); } // Card::DrawNullCard() - -