#pragma hdrstop
#endif
-#ifdef __WXMSW__
-#include "wx/pnghand.h"
-#endif
-#ifdef __WXGTK__
#include "wx/image.h"
-#endif
#include "pngdemo.h"
bool MyApp::OnInit(void)
{
-#ifdef __WXMSW__
- wxBitmap::AddHandler(new wxPNGFileHandler);
-#endif
-#ifdef __WXGTK__
wxImage::AddHandler(new wxPNGHandler);
-#endif
// Create the main frame window
frame = new MyFrame((wxFrame *) NULL, "wxPNGBitmap Demo", wxPoint(0, 0), wxSize(300, 300));