From 203b533f54aa3c13686e1ed18426757f898974d5 Mon Sep 17 00:00:00 2001 From: outchy Date: Mon, 20 Sep 2010 09:30:57 +0000 Subject: [PATCH] CONTAINER_UNICODESTR is not declared in jcl.XX.inc. --- jcl/source/include/jcl.template.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jcl/source/include/jcl.template.inc b/jcl/source/include/jcl.template.inc index 0fb107b4f3..a932e329d1 100644 --- a/jcl/source/include/jcl.template.inc +++ b/jcl/source/include/jcl.template.inc @@ -113,8 +113,9 @@ // container options // define mapping of TJclStr* containers to TJclAnsiStr* or TJclWideStr* (mutually exclusive) -{.$DEFINE CONTAINER_ANSISTR} // default +{.$DEFINE CONTAINER_ANSISTR} // default for D2007 and older {.$DEFINE CONTAINER_WIDESTR} +{.$DEFINE CONTAINER_UNICODESTR} // default for D2009 and newer, not supported for Delphi 2007 and older {.$DEFINE CONTAINER_NOSTR}