Changeset 2956 for trunk/kLdr/kLdr.h
- Timestamp:
- Feb 8, 2007, 6:06:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdr.h
r2955 r2956 1186 1186 /** The module wasn't an EXE. */ 1187 1187 #define KLDR_ERR_NOT_EXE (KLDR_ERR_BASE + 60) 1188 /** Not implemented yet. */ 1189 #define KLDR_ERR_TODO (KLDR_ERR_BASE + 61) 1188 1190 1189 1191 1190 1192 /** @name kLdrModPE status codes 1191 1193 * @{ */ 1192 #define KLDR_ERR_PE_BASE (KLDR_ERR_BASE + 6 1)1194 #define KLDR_ERR_PE_BASE (KLDR_ERR_BASE + 62) 1193 1195 /** The machine isn't supported by the interpreter. */ 1194 1196 #define KLDR_ERR_PE_UNSUPPORTED_MACHINE (KLDR_ERR_PE_BASE + 0)
Note:
See TracChangeset
for help on using the changeset viewer.