Ver Fonte

* Use value for fmShareNoLocking which does not overlap with classes fmCreate

Michaël Van Canneyt há 1 ano atrás
pai
commit
c9b7a3b3b5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      rtl/objpas/sysutils/filutilh.inc

+ 1 - 1
rtl/objpas/sysutils/filutilh.inc

@@ -200,7 +200,7 @@ Const
   fmShareDenyRead  = $0030;
   fmShareDenyNone  = $0040;
   // internal to FPC
-  fmShareNoLocking = $0100;
+  fmShareNoLocking = $0080;
 
   { File seek origins }
   fsFromBeginning = 0;