| Last change
 on this file since 4733 was             3882, checked in by bird, 25 years ago | 
        
          | 
Corrections and handling of the updated field in function and file.
 | 
        
          | File size:
            968 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: APIImport.h,v 1.3 2000-07-21 21:09:43 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 | BOOL    fIgnoreOrdinals;            /* Don't update ordinals. */ | 
|---|
| 23 | BOOL    fErase;                     /* Erase functions which wasn't found. */ | 
|---|
| 24 | } OPTIONS, *POPTIONS; | 
|---|
| 25 |  | 
|---|
| 26 | #endif | 
|---|
| 27 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.