mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 09:26:23 +02:00
* corrected test
This commit is contained in:
parent
d048399012
commit
1a1686620e
@ -4,7 +4,7 @@
|
||||
program tw2037;
|
||||
|
||||
const
|
||||
FILE_FLAG_WRITE_THROUGH = 2147483648;
|
||||
FILE_FLAG_WRITE_THROUGH = -2147483648;
|
||||
FILE_ATTRIBUTE_NORMAL = 128;
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user