mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
* Use value for fmShareNoLocking which does not overlap with classes fmCreate
This commit is contained in:
parent
dc30431d89
commit
c9b7a3b3b5
@ -200,7 +200,7 @@ Const
|
||||
fmShareDenyRead = $0030;
|
||||
fmShareDenyNone = $0040;
|
||||
// internal to FPC
|
||||
fmShareNoLocking = $0100;
|
||||
fmShareNoLocking = $0080;
|
||||
|
||||
{ File seek origins }
|
||||
fsFromBeginning = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user