Changeset 10979
- Timestamp:
- Jan 8, 2007, 3:36:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psExit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psExit.h
r10977 r10979 6 6 /// These provide a bit finer granularity compared to success/fail 7 7 typedef enum { 8 PS_EXIT_SUCCESS = 0, ///< Successful termination 8 PS_EXIT_SUCCESS = 0, ///< Successful termination; matches EXIT_SUCCESS 9 PS_EXIT_UNKNOWN_ERROR = 1, ///< Error of unknown nature; matches EXIT_FAILURE 9 10 PS_EXIT_SYS_ERROR, ///< Error with a system call 10 11 PS_EXIT_CONFIG_ERROR, ///< Error with configuration
Note:
See TracChangeset
for help on using the changeset viewer.
