Changeset 2882 for trunk/kLdr/kLdr.h
- Timestamp:
- Nov 16, 2006, 6:52:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdr.h
r2880 r2882 1081 1081 /** Bad iterdata2 (EXEPACK2) data. */ 1082 1082 #define KLDR_ERR_LX_BAD_ITERDATA2 (KLDR_ERR_LX_BASE + 6) 1083 /** Bad bundle data. */ 1084 #define KLDR_ERR_LX_BAD_BUNDLE (KLDR_ERR_LX_BASE + 7) 1085 /** No soname. */ 1086 #define KLDR_ERR_LX_NO_SONAME (KLDR_ERR_LX_BASE + 8) 1087 /** Bad soname. */ 1088 #define KLDR_ERR_LX_BAD_SONAME (KLDR_ERR_LX_BASE + 9) 1089 /** Bad forwarder entry. */ 1090 #define KLDR_ERR_LX_BAD_FORWARDER (KLDR_ERR_LX_BASE + 10) 1083 1091 /** @} */ 1084 1092 1085 1093 /** End of the valid kLdr status codes. */ 1086 #define KLDR_ERR_END (KLDR_ERR_LX_BASE + 7)1094 #define KLDR_ERR_END (KLDR_ERR_LX_BASE + 11) 1087 1095 1088 1096 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.