]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/card.cpp
Adapted notebook sample to demonstrate wxToolbook
[wxWidgets.git] / demos / forty / card.cpp
index c68a3b8d717921b3036c6e6c786e5d7f67eb7f75..25c9d532a425a9c81352f36db6483bb111c141a1 100644 (file)
 //| 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()
-
-