浏览代码

Fix errors in last commits that prevent compilation

git-svn-id: trunk@38759 -
pierre 7 年之前
父节点
当前提交
82624ba4cd
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      tests/webtbs/tw12993.pp
  2. 1 1
      tests/webtbs/tw25198.pp

+ 1 - 0
tests/webtbs/tw12993.pp

@@ -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}

+ 1 - 1
tests/webtbs/tw25198.pp

@@ -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,