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

This commit is contained in:
Michaël Van Canneyt 2024-01-30 13:35:34 +01:00
parent dc30431d89
commit c9b7a3b3b5

View File

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