Ignore:
Timestamp:
Feb 24, 2002, 3:58:29 AM (24 years ago)
Author:
bird
Message:

New kFile* classes; now in sync with os2tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/StateUpd.h

    r6678 r8006  
    1 /* $Id: StateUpd.h,v 1.7 2001-09-07 10:33:10 bird Exp $ */
     1/* $Id: StateUpd.h,v 1.8 2002-02-24 02:58:28 bird Exp $ */
    22/*
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    1616typedef struct _options
    1717{
    18     BOOL        fIntegrityBefore;       /* ib  */
    19     BOOL        fIntegrityAfter;        /* ie  */
    20     BOOL        fIntegrityOnly;         /* io  */
    21     BOOL        fRecursive;             /* s   */
    22     BOOL        fOld;                   /* Old */
    23     BOOL        fOS2;                   /* Ignore OS2 prefixes */
    24     BOOL        fCOMCTL32;              /* Ignore COMCTL32 prefixes */
    25     BOOL        fVERSION;               /* Ignore VERSION prefixes */
     18    KBOOL       fIntegrityBefore;       /* ib  */
     19    KBOOL       fIntegrityAfter;        /* ie  */
     20    KBOOL       fIntegrityOnly;         /* io  */
     21    KBOOL       fRecursive;             /* s   */
     22    KBOOL       fOld;                   /* Old */
     23    KBOOL       fOS2;                   /* Ignore OS2 prefixes */
     24    KBOOL       fCOMCTL32;              /* Ignore COMCTL32 prefixes */
     25    KBOOL       fVERSION;               /* Ignore VERSION prefixes */
    2626    char *      pszDLLName;             /* Name of the dll being processed */
    2727    signed long lDllRefcode;            /* Database reference code of the dll */
Note: See TracChangeset for help on using the changeset viewer.