tests: fixed running tests on win64

git-svn-id: trunk@10977 -
This commit is contained in:
vincents 2007-04-19 20:51:11 +00:00
parent 8b9755db56
commit e79be8cf20

View File

@ -136,7 +136,7 @@ begin
AssertTrue(LazBuildPath + ' does not exist', FileExists(LazBuildPath));
LazBuild := TProcess.Create(nil);
try
{$IFDEF win32}
{$IFDEF windows}
LazBuild.Options := [poNewConsole];
{$ELSE}
LazBuild.Options := [poNoConsole];