Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some dependencies in headers, and replaced a few sparse tabs with spaces.

Also applied patch #10083 (VC6 build fixes for screenshotgen).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-10-15 18:49:22 +00:00
parent d1b80f2196
commit f978831f37
11 changed files with 602 additions and 3623 deletions

View File

@@ -6,10 +6,10 @@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#ifndef WXSCREENSHOTAPP_H
#define WXSCREENSHOTAPP_H
#ifndef _SCREENSHOT_APP_H_
#define _SCREENSHOT_APP_H_
#include <wx/app.h>
#include "wx/app.h"
class ScreenshotApp : public wxApp
{
@@ -17,4 +17,4 @@ public:
virtual bool OnInit();
};
#endif // WXSCREENSHOTAPP_H
#endif // _SCREENSHOT_APP_H_