浏览代码

* fixed test for win64

git-svn-id: trunk@8069 -
Vincent Snijders 18 年之前
父节点
当前提交
062ab70e51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test/tlibrary2.pp

+ 1 - 1
tests/test/tlibrary2.pp

@@ -15,7 +15,7 @@
 {$ifdef supported}
 
 const
-{$ifdef win32}
+{$ifdef windows}
   libname='tlibrary1.dll';
 {$else}
   libname='tlibrary1';