removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was wxWCHAR_T_IS_REAL_TYPE with the exact same meaning and definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -34140,12 +34140,12 @@ echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
|
||||
|
||||
if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define wxWCHAR_T_IS_SEPARATE_TYPE 1
|
||||
#define wxWCHAR_T_IS_REAL_TYPE 1
|
||||
_ACEOF
|
||||
|
||||
else
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define wxWCHAR_T_IS_SEPARATE_TYPE 0
|
||||
#define wxWCHAR_T_IS_REAL_TYPE 0
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
Reference in New Issue
Block a user