Changeset 8006 for trunk/tools/database/StateUpd.h
- Timestamp:
- Feb 24, 2002, 3:58:29 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/StateUpd.h
r6678 r8006 1 /* $Id: StateUpd.h,v 1. 7 2001-09-07 10:33:10bird Exp $ */1 /* $Id: StateUpd.h,v 1.8 2002-02-24 02:58:28 bird Exp $ */ 2 2 /* 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 16 16 typedef struct _options 17 17 { 18 BOOLfIntegrityBefore; /* ib */19 BOOLfIntegrityAfter; /* ie */20 BOOLfIntegrityOnly; /* io */21 BOOLfRecursive; /* s */22 BOOLfOld; /* Old */23 BOOLfOS2; /* Ignore OS2 prefixes */24 BOOLfCOMCTL32; /* Ignore COMCTL32 prefixes */25 BOOLfVERSION; /* Ignore VERSION prefixes */18 KBOOL fIntegrityBefore; /* ib */ 19 KBOOL fIntegrityAfter; /* ie */ 20 KBOOL fIntegrityOnly; /* io */ 21 KBOOL fRecursive; /* s */ 22 KBOOL fOld; /* Old */ 23 KBOOL fOS2; /* Ignore OS2 prefixes */ 24 KBOOL fCOMCTL32; /* Ignore COMCTL32 prefixes */ 25 KBOOL fVERSION; /* Ignore VERSION prefixes */ 26 26 char * pszDLLName; /* Name of the dll being processed */ 27 27 signed long lDllRefcode; /* Database reference code of the dll */
Note:
See TracChangeset
for help on using the changeset viewer.