* fixed test for win64

git-svn-id: trunk@8069 -
This commit is contained in:
Vincent Snijders 2007-07-15 20:37:41 +00:00
parent b7e4528998
commit 062ab70e51

View File

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