Browse Source

* fixed test for win64

git-svn-id: trunk@8069 -
Vincent Snijders 18 năm trước cách đây
mục cha
commit
062ab70e51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';