Files
i2p.i2p/installer/c/i2pExe/errors.h

11 lines
252 B
C
Raw Normal View History

2013-04-03 01:52:14 +00:00
#ifndef _I2P_ERRORS_H
#define _I2P_ERRORS_h
2013-04-03 01:39:33 +00:00
#define ERROR_COULDNT_LOAD_JVM 6
#define ERROR_COULDNT_PARSE_ARGUMENTS 7
#define ERROR_COULDNT_INITIALIZE_JVM 8
#define ERROR_STARTING_PROGRAM 9
#define ERROR_COULDNT_FIND_JVM 10
2013-04-03 01:52:14 +00:00
#endif /* _I2P_ERRORS_H */