Last change
on this file since 10027 was 8006, checked in by bird, 24 years ago |
New kFile* classes; now in sync with os2tools.
|
File size:
968 bytes
|
Line | |
---|
1 | /* $Id: APIImport.h,v 1.4 2002-02-24 02:58:27 bird Exp $ */
|
---|
2 | /*
|
---|
3 | * APIImportPE - imports a DLL with functions into the Odin32 database. Header.
|
---|
4 | *
|
---|
5 | * Copyright (c) 1999 knut st. osmundsen
|
---|
6 | *
|
---|
7 | */
|
---|
8 | #ifndef _APIImport_h_
|
---|
9 | #define _APIImport_h_
|
---|
10 |
|
---|
11 | /******************************************************************************
|
---|
12 | * Defined Constants *
|
---|
13 | ******************************************************************************/
|
---|
14 | #define MAJOR_VER 0
|
---|
15 | #define MINOR_VER 5
|
---|
16 |
|
---|
17 | /******************************************************************************
|
---|
18 | * Structures and Typedefs *
|
---|
19 | ******************************************************************************/
|
---|
20 | typedef struct _options
|
---|
21 | {
|
---|
22 | KBOOL fIgnoreOrdinals; /* Don't update ordinals. */
|
---|
23 | KBOOL fErase; /* Erase functions which wasn't found. */
|
---|
24 | } OPTIONS, *POPTIONS;
|
---|
25 |
|
---|
26 | #endif
|
---|
27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.