Skip to content

Commit

Permalink
CONTAINER_UNICODESTR is not declared in jcl.XX.inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
outchy committed Sep 20, 2010
1 parent 1d18469 commit 203b533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jcl/source/include/jcl.template.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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}


Expand Down

0 comments on commit 203b533

Please sign in to comment.