]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshot_app.h
Fix a crash in wxExecute() in wxMSW too.
[wxWidgets.git] / utils / screenshotgen / src / screenshot_app.h
index 1e1b485de8e0d9c489a4dd141172d571c748d48e..acd730566afeaf61f42ad29c83b26b1c4e33d0cd 100644 (file)
@@ -3,13 +3,13 @@
 // Purpose:     Defines the Application Class
 // Author:      Utensil Candel (UtensilCandel@@gmail.com)
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#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_