Mercurial > trustbridge
diff common/errorcodes.h @ 122:65941f3d5db8
Added missing stuff from last commit.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 10:06:43 +0100 |
parents | 80ab2168760f |
children | 27ebd96798c4 |
line wrap: on
line diff
--- a/common/errorcodes.h Sat Mar 22 17:59:27 2014 +0100 +++ b/common/errorcodes.h Mon Mar 24 10:06:43 2014 +0100 @@ -18,4 +18,14 @@ /* Generic invalid input */ #define ERR_INVALID_INPUT 8 +/*********************************************************************** + * mozilla specific errors and warnings + * errors range from 0x4D01 to 0x4DFF + * warnings from 0x4F01 to 0x4F80 + * Warnings might be ORed together ... + */ + +/* Warning: Failed to read profile.ini */ +#define WARN_MOZ_FAILED_TO_OPEN_INI 0x4F01 + #endif