mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 02:07:19 +01:00
* added missing error constant
git-svn-id: trunk@29808 -
This commit is contained in:
parent
1a949eae1f
commit
dff7cb3c3c
@ -111,6 +111,7 @@ const
|
||||
ERROR_DISK_FULL = 112;
|
||||
ERROR_DIR_NOT_EMPTY = 145;
|
||||
ERROR_ALREADY_EXISTS = 183;
|
||||
ERROR_FILENAME_EXCED_RANGE = 206;
|
||||
|
||||
EXCEPTION_MAXIMUM_PARAMETERS = 15;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user