mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
* Need FILE_WRITE_ATTRIBUTES for setfiledate (mantis #23290)
git-svn-id: trunk@22952 -
This commit is contained in:
parent
277200e7ae
commit
cbbf87a58f
@ -217,7 +217,7 @@ const
|
||||
AccessMode: array[0..2] of Cardinal = (
|
||||
GENERIC_READ,
|
||||
GENERIC_WRITE,
|
||||
GENERIC_READ or GENERIC_WRITE);
|
||||
GENERIC_READ or GENERIC_WRITE or FILE_WRITE_ATTRIBUTES);
|
||||
ShareModes: array[0..4] of Integer = (
|
||||
0,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user