Browse Source

* fixed test for win64

git-svn-id: trunk@8069 -
Vincent Snijders 18 years ago
parent
commit
062ab70e51
1 changed files with 1 additions and 1 deletions
  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';