Fix errors in last commits that prevent compilation

git-svn-id: trunk@38759 -
This commit is contained in:
pierre 2018-04-12 21:26:12 +00:00
parent 5ae4724a5b
commit 82624ba4cd
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
{$else} {$else}
cwstring cwstring
{$endif}; {$endif};
{$endif unix}
{$else def USE_INTERNAL_UNICODE} {$else def USE_INTERNAL_UNICODE}
uses uses
{$ifdef USE_FPWIDESTRING_UNIT} {$ifdef USE_FPWIDESTRING_UNIT}

View File

@ -11,7 +11,7 @@ program concatenate_resourestrings_delphiunicode;
{$ifndef USE_INTERNAL_UNICODE} {$ifndef USE_INTERNAL_UNICODE}
uses uses
{$ifdef darwin}iosxwstr{$else}cwstring{$endif}; {$ifdef darwin}iosxwstr{$else}cwstring{$endif};
{$else USE_INTERNAL_UNICODE}a {$else USE_INTERNAL_UNICODE}
uses uses
{$ifdef USE_FPWIDESTRING_UNIT} {$ifdef USE_FPWIDESTRING_UNIT}
fpwidestring, fpwidestring,