Tomas Hajny 21 anni fa
parent
commit
f9141c8d5e
2 ha cambiato i file con 10 aggiunte e 4 eliminazioni
  1. 5 2
      compiler/systems/i_emx.pas
  2. 5 2
      compiler/systems/i_os2.pas

+ 5 - 2
compiler/systems/i_emx.pas

@@ -95,7 +95,7 @@ unit i_emx;
             first_parm_offset : 8;
             heapsize     : 256*1024;
             stacksize    : 256*1024;
-            DllScanSupported:true;
+            DllScanSupported: false;
             use_function_relative_addresses : false
           );
 
@@ -116,7 +116,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.2  2003-10-03 22:09:49  peter
+  Revision 1.3  2004-05-16 20:41:19  hajny
+    * fix for IE
+
+  Revision 1.2  2003/10/03 22:09:49  peter
     * removed paraalign
 
   Revision 1.1  2003/03/23 23:28:33  hajny

+ 5 - 2
compiler/systems/i_os2.pas

@@ -95,7 +95,7 @@ unit i_os2;
             first_parm_offset : 8;
             heapsize     : 256*1024;
             stacksize    : 256*1024;
-            DllScanSupported:true;
+            DllScanSupported: false;
             use_function_relative_addresses : false
           );
 
@@ -116,7 +116,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.3  2003-10-03 22:09:49  peter
+  Revision 1.4  2004-05-16 20:41:19  hajny
+    * fix for IE
+
+  Revision 1.3  2003/10/03 22:09:49  peter
     * removed paraalign
 
   Revision 1.2  2003/03/23 23:31:54  hajny