Changeset 140 for trunk/include


Ignore:
Timestamp:
02/09/09 14:53:39 (15 years ago)
Author:
tim
Message:

Misc error message changes.

Added and removed some comments.

Updated TODO list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r139 r140  
    136136#if 0
    137137/* Initial hypothesis of NK flags: */
     138/***********************************/
    138139#define REGFI_NK_FLAG_LINK         0x0010
    139140/* The name will be in ASCII if this next bit is set, otherwise UTF-16LE */
     
    332333                                 */
    333334 
     335  /* XXX: Some of these we have some clues about (major/minor version, etc).
     336   *      Should verify and update names accordingly.
     337   */
    334338  /* unknown data structure values */
    335339  uint32 unknown1;
     
    343347
    344348
    345 
     349/* XXX: Should move all caching (SK records, HBINs, NKs, etc) to a single
     350 *      structure, probably REGFI_FILE.  Once key caching is in place,
     351 *      convert key_positions stack to store just key offsets rather than
     352 *      whole keys.
     353 */
    346354typedef struct
    347355{
Note: See TracChangeset for help on using the changeset viewer.