[Greater-commits] r4 - in trunk/Administration: . wx
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jun 7 18:13:23 CEST 2011
Author: aheinecke
Date: 2011-06-07 18:13:23 +0200 (Tue, 07 Jun 2011)
New Revision: 4
Added:
trunk/Administration/wx/
trunk/Administration/wx/wxprec.h
Log:
Add compatibility header for compilers without PCH
Added: trunk/Administration/wx/wxprec.h
===================================================================
--- trunk/Administration/wx/wxprec.h 2011-06-07 16:12:01 UTC (rev 3)
+++ trunk/Administration/wx/wxprec.h 2011-06-07 16:13:23 UTC (rev 4)
@@ -0,0 +1,13 @@
+#ifndef __CUSTOM_WXPREC_H__
+#define __CUSTOM_WXPREC_H__
+#include_next "wx/wxprec.h"
+
+#include <wx/event.h>
+#include <wx/dialog.h>
+#include <wx/stattext.h>
+
+#ifndef _MSC_VER
+#include "wx/wx.h"
+#endif
+
+#endif // __CUSTOM_WXPREC_H__
More information about the Greater-commits
mailing list