mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
Fix errors in last commits that prevent compilation
git-svn-id: trunk@38759 -
This commit is contained in:
parent
5ae4724a5b
commit
82624ba4cd
@ -17,6 +17,7 @@
|
||||
{$else}
|
||||
cwstring
|
||||
{$endif};
|
||||
{$endif unix}
|
||||
{$else def USE_INTERNAL_UNICODE}
|
||||
uses
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
|
@ -11,7 +11,7 @@ program concatenate_resourestrings_delphiunicode;
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
uses
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif};
|
||||
{$else USE_INTERNAL_UNICODE}a
|
||||
{$else USE_INTERNAL_UNICODE}
|
||||
uses
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
Loading…
Reference in New Issue
Block a user