Changeset 72 for trunk/lib/regfio.c


Ignore:
Timestamp:
07/30/06 16:09:07 (18 years ago)
Author:
tim
Message:

Added QWORD type support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfio.c

    r65 r72  
    2929
    3030/* Registry types mapping */
    31 const unsigned int regfio_num_reg_types = 11;
     31const unsigned int regfio_num_reg_types = 12;
    3232static const char* regfio_type_names[] =
    3333  {"NONE", "SZ", "EXPAND_SZ", "BINARY", "DWORD", "DWORD_BE", "LINK",
    34    "MULTI_SZ", "RSRC_LIST", "RSRC_DESC", "RSRC_REQ_LIST"};
     34   "MULTI_SZ", "RSRC_LIST", "RSRC_DESC", "RSRC_REQ_LIST", "QWORD"};
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.