]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/dialogs.h
allow using wxTaskBarIcon under Win95 by loading Shell_NotifyIcon() dynamically ...
[wxWidgets.git] / demos / life / dialogs.h
index 723ff1c81d800866cc86eff331bdf7c03c56cb97..5a44246c90ae307aa6626e7929bf5117740f24bb 100644 (file)
 #ifndef _LIFE_DIALOGS_H_
 #define _LIFE_DIALOGS_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "dialogs.h"
-#endif
-
-// for compilers that support precompilation, includes "wx/wx.h"
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-    #pragma hdrstop
-#endif
-
-// for all others, include the necessary headers
-#ifndef WX_PRECOMP
-    #include "wx/wx.h"
-#endif
-
 #include "life.h"
 #include "game.h"
 
@@ -41,7 +25,7 @@ class LifeSamplesDialog : public wxDialog
 public:
     // ctor and dtor
     LifeSamplesDialog(wxWindow *parent);
-    ~LifeSamplesDialog();
+    virtual ~LifeSamplesDialog();
 
     // members
     const LifePattern& GetPattern();