Ignore:
Timestamp:
Feb 11, 2000, 7:35:55 PM (26 years ago)
Author:
bird
Message:

Odin32 DB.

File:
1 edited

Legend:

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

    r830 r2759  
    1 /* $Id: StateUpd.h,v 1.1 1999-09-05 02:53:05 bird Exp $ */
     1/* $Id: StateUpd.h,v 1.2 2000-02-11 18:35:54 bird Exp $ */
    22/*
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    1010
    1111#define MAJOR_VER   0
    12 #define MINOR_VER   4
     12#define MINOR_VER   5
    1313
    1414#pragma pack()
     
    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    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 */
     26    char *      pszDLLName;        /* Name of the dll being processed */
     27    signed long lDllRefcode;       /* Database reference code of the dll */
    2628} OPTIONS, *POPTIONS;
    2729
Note: See TracChangeset for help on using the changeset viewer.