]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshot_app.h
Implement wxGetHostName() for Windows CE.
[wxWidgets.git] / utils / screenshotgen / src / screenshot_app.h
index 1e1b485de8e0d9c489a4dd141172d571c748d48e..8e58cb45167e206e8ebb01c8cef7106173610fdb 100644 (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_