Changeset 2759 for trunk/tools/database/StateUpd.h
- Timestamp:
- Feb 11, 2000, 7:35:55 PM (26 years ago)
- 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:05bird Exp $ */1 /* $Id: StateUpd.h,v 1.2 2000-02-11 18:35:54 bird Exp $ */ 2 2 /* 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 10 10 11 11 #define MAJOR_VER 0 12 #define MINOR_VER 412 #define MINOR_VER 5 13 13 14 14 #pragma pack() … … 16 16 typedef struct _options 17 17 { 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 */ 26 28 } OPTIONS, *POPTIONS; 27 29
Note:
See TracChangeset
for help on using the changeset viewer.