]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
this one should really work
[wxWidgets.git] / include / wx / confbase.h
index 3f7b02e35d67542874bcc21a2acbc74d56f65ae6..ff50f65f4bc5b899eea6854d897bd05cd50aedef 100644 (file)
@@ -43,8 +43,6 @@ class WXDLLIMPEXP_FWD_BASE wxArrayString;
 
 #if wxUSE_CONFIG
 
-#include "wx/string.h"
-
 /// should we use registry instead of configuration files under Windows?
 // (i.e. whether wxConfigBase::Create() will create a wxFileConfig (if it's
 //  false) or wxRegConfig (if it's true and we're under Win32))
@@ -56,6 +54,7 @@ class WXDLLIMPEXP_FWD_BASE wxArrayString;
 // symbol if the template functions are available
 #if (!defined(__VISUALC__) || __VISUALC__ > 1200) && \
     !defined( __VMS ) && \
+    !(defined(__HP_aCC) && defined(__hppa)) && \
     !defined (__DMC__)
     #define wxHAS_CONFIG_TEMPLATE_RW
 #endif