]> git.sesse.net Git - vlc/blob - modules/visualization/galaktos/fatal.h
Merge commit 'origin/1.0-bugfix'
[vlc] / modules / visualization / galaktos / fatal.h
1 /* Fatal Error Definitions */
2
3 #define OUTOFMEM_ERROR -7; /* out of memory */
4 #define ERROR -1 /* non specific error */
5 #define SUCCESS 1
6 #define FAILURE -1
7 #define PARSE_ERROR -11
8 #define DIV_BY_ZERO -3
9 #define OK 2