Changeset 2956 for trunk/kLdr/kLdr.h


Ignore:
Timestamp:
Feb 8, 2007, 6:06:10 AM (19 years ago)
Author:
bird
Message:

Work in progress...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdr.h

    r2955 r2956  
    11861186/** The module wasn't an EXE. */
    11871187#define KLDR_ERR_NOT_EXE                                    (KLDR_ERR_BASE + 60)
     1188/** Not implemented yet. */
     1189#define KLDR_ERR_TODO                                       (KLDR_ERR_BASE + 61)
    11881190
    11891191
    11901192/** @name kLdrModPE status codes
    11911193 * @{ */
    1192 #define KLDR_ERR_PE_BASE                                    (KLDR_ERR_BASE + 61)
     1194#define KLDR_ERR_PE_BASE                                    (KLDR_ERR_BASE + 62)
    11931195/** The machine isn't supported by the interpreter. */
    11941196#define KLDR_ERR_PE_UNSUPPORTED_MACHINE                     (KLDR_ERR_PE_BASE + 0)
Note: See TracChangeset for help on using the changeset viewer.