mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 20:29:16 +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;
|
fmShareDenyRead = $0030;
|
||||||
fmShareDenyNone = $0040;
|
fmShareDenyNone = $0040;
|
||||||
// internal to FPC
|
// internal to FPC
|
||||||
fmShareNoLocking = $0100;
|
fmShareNoLocking = $0080;
|
||||||
|
|
||||||
{ File seek origins }
|
{ File seek origins }
|
||||||
fsFromBeginning = 0;
|
fsFromBeginning = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user