+// we inherit the GUI CF-based wxStandardPaths implementation from the Unix one
+// used for console programs if possible (i.e. if we're under a Unix system at
+// all)
+#if defined(__UNIX__)
+ #include "wx/unix/stdpaths.h"
+ #define wxStandardPathsCFBase wxStandardPaths
+#else
+ #define wxStandardPathsCFBase wxStandardPathsBase
+#endif
+