mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* 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:
parent
6402714780
commit
dc5c318eeb
@ -103,7 +103,11 @@ implementation
|
|||||||
uses
|
uses
|
||||||
SysUtils,
|
SysUtils,
|
||||||
cutils,cfileutl,systems,
|
cutils,cfileutl,systems,
|
||||||
fmodule,verbose,cpubase;
|
fmodule,verbose,
|
||||||
|
{$ifdef TEST_WIN64_SEH}
|
||||||
|
itcpugas,
|
||||||
|
{$endif TEST_WIN64_SEH}
|
||||||
|
cpubase;
|
||||||
|
|
||||||
const
|
const
|
||||||
line_length = 70;
|
line_length = 70;
|
||||||
|
Loading…
Reference in New Issue
Block a user