Changeset 2868 for trunk/kLdr/kLdr.h
- Timestamp:
- Nov 11, 2006, 1:48:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdr.h
r2867 r2868 1031 1031 /** @name kLdrModPE status codes 1032 1032 * @{ */ 1033 #define KLDR_ERR_BASE_PE (KLDR_ERR_BASE + 96)1033 #define KLDR_ERR_BASE_PE (KLDR_ERR_BASE + 59) 1034 1034 /** The machine isn't supported by the interpreter. */ 1035 1035 #define KLDR_ERR_PE_UNSUPPORTED_MACHINE (KLDR_ERR_BASE_PE + 0) … … 1050 1050 /** @} */ 1051 1051 1052 /** End of the valid kLdr status codes. */ 1053 #define KLDR_ERR_END (KLDR_ERR_BASE_PE + 8) 1052 1054 1053 1055 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.