From 526bb55821c91ba71c8da6da4273040f652d26a1 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 14 Sep 2006 17:04:11 +0000 Subject: [PATCH] Scons: add HAVE_WCHAR_T to two config.h files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14998 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 8d0eb86665..2e2fab77c9 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -914,6 +914,9 @@ if not fast_start or not os.path.isfile(boost_config_h) \ 'Define if you want assertions to be enabled in the code' ), ], + types = [ + ('wchar_t', 'HAVE_WCHAR_T', None), + ], config_post = ''' #if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM) @@ -1058,7 +1061,8 @@ int count() ], types = [ ('std::istreambuf_iterator', 'HAVE_DECL_ISTREAMBUF_ITERATOR', - '#include \n#include ') + '#include \n#include '), + ('wchar_t', 'HAVE_WCHAR_T', None), ], libs = [ ('gdi32', 'HAVE_LIBGDI32'), -- 2.39.2