summaryrefslogtreecommitdiff
path: root/library/wxWidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/wxWidgets.h')
-rw-r--r--library/wxWidgets.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/library/wxWidgets.h b/library/wxWidgets.h
index dd27498c..a383a6f4 100644
--- a/library/wxWidgets.h
+++ b/library/wxWidgets.h
@@ -9,8 +9,11 @@
#endif //__BORLANDC__
#ifndef WX_PRECOMP
-// Include your minimal set of headers here, or wx.h
#include <wx/wx.h>
#endif
+#ifdef WX_PRECOMP
+// put here all your rarely-changing header files
+#endif // WX_PRECOMP
+
#endif // WXWIDGETS_H_INCLUDED
bgstack15