fix for HP aCC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,8 +43,6 @@ class WXDLLIMPEXP_FWD_BASE wxArrayString;
|
|||||||
|
|
||||||
#if wxUSE_CONFIG
|
#if wxUSE_CONFIG
|
||||||
|
|
||||||
#include "wx/string.h"
|
|
||||||
|
|
||||||
/// should we use registry instead of configuration files under Windows?
|
/// should we use registry instead of configuration files under Windows?
|
||||||
// (i.e. whether wxConfigBase::Create() will create a wxFileConfig (if it's
|
// (i.e. whether wxConfigBase::Create() will create a wxFileConfig (if it's
|
||||||
// false) or wxRegConfig (if it's true and we're under Win32))
|
// 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
|
// symbol if the template functions are available
|
||||||
#if (!defined(__VISUALC__) || __VISUALC__ > 1200) && \
|
#if (!defined(__VISUALC__) || __VISUALC__ > 1200) && \
|
||||||
!defined( __VMS ) && \
|
!defined( __VMS ) && \
|
||||||
|
!(defined(__HP_aCC) && defined(__hppa)) && \
|
||||||
!defined (__DMC__)
|
!defined (__DMC__)
|
||||||
#define wxHAS_CONFIG_TEMPLATE_RW
|
#define wxHAS_CONFIG_TEMPLATE_RW
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user