/////////////////////////////////////////////////////////////////////////////
-// Name: ogledit.cpp
+// Name: contrib/samples/ogl/ogledit/ogledit.cpp
// Purpose: OGLEdit sample app
// Author: Julian Smart
// Modified by:
#endif
#ifndef WX_PRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
#endif
#if !wxUSE_DOC_VIEW_ARCHITECTURE
#include "doc.h"
#include "view.h"
-#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
-#include "ogl.xpm"
+#ifndef __WXMSW__
+ #include "ogl.xpm"
#endif
// A macro needed for some compilers (AIX) that need 'main' to be defined
{
return wxGetApp().frame;
}
-