Last change
on this file since 830 was 830, checked in by bird, 26 years ago |
Initial checkin of the database.
|
File size:
729 bytes
|
Line | |
---|
1 | /* $Id: StateUpd.h,v 1.1 1999-09-05 02:53:05 bird Exp $ */
|
---|
2 | /*
|
---|
3 | * StateUpd - Scans source files for API functions and imports data on them.
|
---|
4 | *
|
---|
5 | * Copyright (c) 1999 knut st. osmundsen
|
---|
6 | *
|
---|
7 | */
|
---|
8 | #ifndef _StateUpd_h_
|
---|
9 | #define _StateUpd_h_
|
---|
10 |
|
---|
11 | #define MAJOR_VER 0
|
---|
12 | #define MINOR_VER 4
|
---|
13 |
|
---|
14 | #pragma pack()
|
---|
15 |
|
---|
16 | typedef struct _options
|
---|
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 */
|
---|
26 | } OPTIONS, *POPTIONS;
|
---|
27 |
|
---|
28 |
|
---|
29 | #endif /*_StateUpd_h_*/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.