* fixed compilation with -dTEST_WIN64_SEH after r22433 based on patch by

Cyrax, mantis #22952)

git-svn-id: trunk@22437 -
This commit is contained in:
Jonas Maebe 2012-09-22 12:41:31 +00:00
parent 6402714780
commit dc5c318eeb

View File

@ -103,7 +103,11 @@ implementation
uses
SysUtils,
cutils,cfileutl,systems,
fmodule,verbose,cpubase;
fmodule,verbose,
{$ifdef TEST_WIN64_SEH}
itcpugas,
{$endif TEST_WIN64_SEH}
cpubase;
const
line_length = 70;