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

dll to module conversion.

File:
1 edited

Legend:

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

    r3841 r6677  
    1 /* $Id: StateUpd.h,v 1.5 2000-07-18 07:34:08 bird Exp $ */
     1/* $Id: StateUpd.h,v 1.6 2001-09-07 10:24:06 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 *      pszDLLName;             /* Name of the dll being processed */
    27     signed long lDllRefcode;            /* Database reference code of the dll */
     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. */
    2829    signed long lFileRefcode;           /* File reference code. */
    29     signed long lSeqFile;               /* Design note file sequence number. */
     30    char **     papszDirs;              /* Pointer to NULL terminated array of directories*/
     31                                        /* to be searched when .obj files are specified. */
    3032} OPTIONS, *POPTIONS;
    3133
Note: See TracChangeset for help on using the changeset viewer.