Changeset 6678 for trunk/tools/database/StateUpd.h
- Timestamp:
- Sep 7, 2001, 12:33:10 PM (24 years ago)
- 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:06bird Exp $ */1 /* $Id: StateUpd.h,v 1.7 2001-09-07 10:33:10 bird Exp $ */ 2 2 /* 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 19 19 BOOL fIntegrityAfter; /* ie */ 20 20 BOOL fIntegrityOnly; /* io */ 21 BOOL fRecursive; /* s */21 BOOL fRecursive; /* s */ 22 22 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 */ 29 28 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. */ 32 30 } OPTIONS, *POPTIONS; 33 31
Note:
See TracChangeset
for help on using the changeset viewer.