Browse Source

* range checking has to be disabled

Tomas Hajny 22 years ago
parent
commit
86510ee92c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      fcl/os2/eventlog.inc

+ 6 - 1
fcl/os2/eventlog.inc

@@ -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