#define wxUSE_CONFIG 1
// Use wxConfig, with CreateConfig in wxApp
-
#define wxUSE_POSTSCRIPT 1
// 0 for no PostScript device context
#define wxUSE_AFM_FOR_POSTSCRIPT 1
#define wxUSE_SNGLINST_CHECKER 1
+#define wxUSE_GEOMETRY 1
+ // needed for wxCanvas
+#define wxUSE_MENUS 1
+
+
#endif
// _WX_SETUP_H_