ソースを参照

* fixed test for win64

git-svn-id: trunk@8072 -
Vincent Snijders 18 年 前
コミット
9fcaa2eaf2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/webtbs/tw4038.pp

+ 1 - 1
tests/webtbs/tw4038.pp

@@ -11,7 +11,7 @@ begin
 {$ifdef unix}
   s:='/bin/echo';
 {$else}
-{$ifdef win32}
+{$ifdef windows}
   s:='gecho';
 {$else win32}
   s:='echo';