]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdpaths.h
Blind fix for VC6 compilation when wxUSE_STL == 1.
[wxWidgets.git] / include / wx / stdpaths.h
index 9f83385657901ba2559ed4fdb312ad8dc7ea2809..ed75f6e2316ab81431c74693d1f9c5501d84c723 100644 (file)
 #ifndef _WX_STDPATHS_H_
 #define _WX_STDPATHS_H_
 
+#include "wx/defs.h"
+
+#if wxUSE_STDPATHS
+
 #include "wx/string.h"
 
 // ----------------------------------------------------------------------------
@@ -93,5 +97,7 @@ protected:
     #include "wx/palmos/stdpaths.h"
 #endif
 
+#endif // wxUSE_STDPATHS
+
 #endif // _WX_STDPATHS_H_