// for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#if wxUSE_STDPATHS
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
     {
         wxStandardPaths *self = wx_const_cast(wxStandardPaths *, this);
 
-       self->m_prefix = _T("/usr/local");
+        self->m_prefix = _T("/usr/local");
     }
     return m_prefix;
 }
 {
     return wxString();
 }
+
+#endif // wxUSE_STDPATHS