Skip to content

Commit 7e14b85

Browse files
author
Martin Klang
committed
added PROGRAM ERROR
1 parent 9e0a749 commit 7e14b85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

LibSource/message.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
#ifndef CONFIGURATION_ERROR_STATUS
2424
#define CONFIGURATION_ERROR_STATUS -30
2525
#endif
26+
#ifndef PROGRAM_ERROR_STATUS
27+
#define PROGRAM_ERROR_STATUS -40
28+
#endif
2629

2730
#ifdef __cplusplus
2831
extern "C" {

0 commit comments

Comments
 (0)