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