Changeset 108 for trunk/include
- Timestamp:
- 04/29/08 14:17:48 (17 years ago)
- Location:
- trunk/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r107 r108 49 49 #include "void_stack.h" 50 50 #include "range_list.h" 51 #include "lru_cache.h" 51 52 52 53 /******************************************************************************/ … … 263 264 range_list* hbins; 264 265 range_list* unalloc_cells; 265 266 /* file format information */ 267 REGF_SK_REC* sec_desc_list; /* list of security descriptors referenced 268 * by NK records 269 */ 270 266 lru_cache* sk_recs; 267 268 /* file format information */ 271 269 uint8 magic[REGF_MAGIC_SIZE];/* "regf" */ 272 270 NTTIME mtime;
Note: See TracChangeset
for help on using the changeset viewer.