Explorar el Código

* fixed test for win64

git-svn-id: trunk@8069 -
Vincent Snijders hace 18 años
padre
commit
062ab70e51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';