Mercurial > trustbridge
diff common/errorcodes.h @ 159:37c9653b8755
Rename NO_ERROR as NO_ERROR is already defined in windows.h
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 10:06:30 +0000 |
parents | 0df62decff90 |
children | a9e4454dee97 |
line wrap: on
line diff
--- a/common/errorcodes.h Tue Mar 25 09:30:51 2014 +0100 +++ b/common/errorcodes.h Tue Mar 25 10:06:30 2014 +0000 @@ -2,7 +2,7 @@ #define ERRORCODES_H /* No error */ -#define NO_ERROR 0 +#define ERR_NO_ERROR 0 /* No begin certificate / end certificate could be found */ #define ERR_INVALID_INPUT_NO_LIST 2 /* Too much input for the installer process */