mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:06:14 +02:00
* range checking has to be disabled
This commit is contained in:
parent
146c4ff510
commit
86510ee92c
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
|
{$R-}
|
||||||
|
|
||||||
const
|
const
|
||||||
EventLogAvailable: boolean = false;
|
EventLogAvailable: boolean = false;
|
||||||
|
|
||||||
@ -246,7 +248,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2003-03-02 02:01:35 hajny
|
Revision 1.3 2003-03-20 20:15:27 hajny
|
||||||
|
* range checking has to be disabled
|
||||||
|
|
||||||
|
Revision 1.2 2003/03/02 02:01:35 hajny
|
||||||
+ support for OS/2 system log added
|
+ support for OS/2 system log added
|
||||||
|
|
||||||
Revision 1.1 2003/02/19 20:25:16 michael
|
Revision 1.1 2003/02/19 20:25:16 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user