Ignore:
Timestamp:
04/09/11 12:31:22 (13 years ago)
Author:
tim
Message:

added a SetLogMask? function to pyregfi as an interface to regfi_log_set_mask
made pyregfi-smoketest.py easier to use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/pyregfi/structures.py

    r226 r227  
    1717# XXX: can we always be sure enums are this size?
    1818REGFI_ENCODING = c_uint32
    19 REGFI_ENCODING_UTF8 = 1
     19REGFI_ENCODING_UTF8 = REGFI_ENCODING(1)
    2020
    2121REGFI_DATA_TYPE = c_uint32
    22 REGFI_REGF_SIZE = 0x1000
    2322
    2423
Note: See TracChangeset for help on using the changeset viewer.