Selaa lähdekoodia

* fixed test for win64

git-svn-id: trunk@8069 -
Vincent Snijders 18 vuotta sitten
vanhempi
commit
062ab70e51
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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';