#ifndef _wx_HelloWorldApp_h_ #define _wx_HelloWorldApp_h_ // For compilers that supports precompilation , includes wx/wx.h #include "wx/wxprec.h" #ifndef WX_PRECOMP #include "wx/wx.h" #endif class wxHelloWorldApp : public wxApp { public: virtual bool OnInit ( void ); }; #endif