Changeset 2868 for trunk/kLdr/kLdr.h


Ignore:
Timestamp:
Nov 11, 2006, 1:48:54 PM (19 years ago)
Author:
bird
Message:

Did the remaining search bit (I hope).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdr.h

    r2867 r2868  
    10311031/** @name kLdrModPE status codes
    10321032 * @{ */
    1033 #define KLDR_ERR_BASE_PE                                    (KLDR_ERR_BASE + 96)
     1033#define KLDR_ERR_BASE_PE                                    (KLDR_ERR_BASE + 59)
    10341034/** The machine isn't supported by the interpreter. */
    10351035#define KLDR_ERR_PE_UNSUPPORTED_MACHINE                     (KLDR_ERR_BASE_PE + 0)
     
    10501050/** @} */
    10511051
     1052/** End of the valid kLdr status codes. */
     1053#define KLDR_ERR_END                                        (KLDR_ERR_BASE_PE + 8)
    10521054
    10531055/** @} */
Note: See TracChangeset for help on using the changeset viewer.