2
0
Эх сурвалжийг харах

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

Michaël Van Canneyt 1 жил өмнө
parent
commit
c9b7a3b3b5

+ 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;