comparison 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
comparison
equal deleted inserted replaced
158:fb3b2d77518f 159:37c9653b8755
1 #ifndef ERRORCODES_H 1 #ifndef ERRORCODES_H
2 #define ERRORCODES_H 2 #define ERRORCODES_H
3 3
4 /* No error */ 4 /* No error */
5 #define NO_ERROR 0 5 #define ERR_NO_ERROR 0
6 /* No begin certificate / end certificate could be found */ 6 /* No begin certificate / end certificate could be found */
7 #define ERR_INVALID_INPUT_NO_LIST 2 7 #define ERR_INVALID_INPUT_NO_LIST 2
8 /* Too much input for the installer process */ 8 /* Too much input for the installer process */
9 #define ERR_TOO_MUCH_INPUT 3 9 #define ERR_TOO_MUCH_INPUT 3
10 /* Invalid signature */ 10 /* Invalid signature */

http://wald.intevation.org/projects/trustbridge/