mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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
This commit is contained in:
parent
dd0e06b339
commit
526bb55821
@ -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<std::istream>', 'HAVE_DECL_ISTREAMBUF_ITERATOR',
|
||||
'#include <streambuf>\n#include <istream>')
|
||||
'#include <streambuf>\n#include <istream>'),
|
||||
('wchar_t', 'HAVE_WCHAR_T', None),
|
||||
],
|
||||
libs = [
|
||||
('gdi32', 'HAVE_LIBGDI32'),
|
||||
|
Loading…
Reference in New Issue
Block a user