Changeset 61 for trunk/include


Ignore:
Timestamp:
07/17/06 21:56:59 (18 years ago)
Author:
tim
Message:

various minor speedups and memory leak fixes. Added support for NONE and LINK types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfio.h

    r54 r61  
    66 * Windows NT registry I/O library
    77 *
    8  * Copyright (C) 2005 Timothy D. Morgan
     8 * Copyright (C) 2005-2006 Timothy D. Morgan
    99 * Copyright (C) 2005 Gerald (Jerry) Carter
    1010 *
     
    6767#define REG_KEY                        255
    6868
    69 typedef struct _val_str {
    70   unsigned int val;
    71   const char * str;
    72 } VAL_STR;
    7369
    7470#define REGF_BLOCKSIZE          0x1000
Note: See TracChangeset for help on using the changeset viewer.