Changeset 6677 for trunk/tools/database/StateUpd.h
- Timestamp:
- Sep 7, 2001, 12:26:42 PM (24 years ago)
- 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:08bird Exp $ */1 /* $Id: StateUpd.h,v 1.6 2001-09-07 10:24:06 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 * 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. */ 28 29 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. */ 30 32 } OPTIONS, *POPTIONS; 31 33
Note:
See TracChangeset
for help on using the changeset viewer.