Ignore:
Timestamp:
Sep 7, 2001, 12:33:10 PM (24 years ago)
Author:
bird
Message:

reverse prev rev.

File:
1 edited

Legend:

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

    r6677 r6678  
    1 /* $Id: StateUpd.h,v 1.6 2001-09-07 10:24:06 bird Exp $ */
     1/* $Id: StateUpd.h,v 1.7 2001-09-07 10:33:10 bird Exp $ */
    22/*
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    1919    BOOL        fIntegrityAfter;        /* ie  */
    2020    BOOL        fIntegrityOnly;         /* io  */
    21     BOOL        fRecursive;             /* s  */
     21    BOOL        fRecursive;             /* s   */
    2222    BOOL        fOld;                   /* Old */
    23     BOOL        fOS2;                   /* Ignore OS2 prefixes. */
    24     BOOL        fCOMCTL32;              /* Ignore COMCTL32 prefixes. */
    25     BOOL        fVERSION;               /* Ignore VERSION prefixes. */
    26     char *      pszModName;             /* Name of the module being processed. */
    27     char        chModType;              /* Type of module being processed. */
    28     signed long lModRefcode;            /* Database reference code of the module. */
     23    BOOL        fOS2;                   /* Ignore OS2 prefixes */
     24    BOOL        fCOMCTL32;              /* Ignore COMCTL32 prefixes */
     25    BOOL        fVERSION;               /* Ignore VERSION prefixes */
     26    char *      pszDLLName;             /* Name of the dll being processed */
     27    signed long lDllRefcode;            /* Database reference code of the dll */
    2928    signed long lFileRefcode;           /* File reference code. */
    30     char **     papszDirs;              /* Pointer to NULL terminated array of directories*/
    31                                         /* to be searched when .obj files are specified. */
     29    signed long lSeqFile;               /* Design note file sequence number. */
    3230} OPTIONS, *POPTIONS;
    3331
Note: See TracChangeset for help on using the changeset viewer.