* added missing error constant

git-svn-id: trunk@29808 -
This commit is contained in:
Tomas Hajny 2015-02-23 11:19:50 +00:00
parent 1a949eae1f
commit dff7cb3c3c

View File

@ -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;