| Last change
 on this file since 1502 was             830, checked in by bird, 26 years ago | 
        
          | 
Initial checkin of the database.
 | 
        
          | File size:
            843 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: APIImport.h,v 1.1 1999-09-05 02:53:04 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 4 | 
|---|
| 16 |  | 
|---|
| 17 | /****************************************************************************** | 
|---|
| 18 | *   Structures and Typedefs                                                   * | 
|---|
| 19 | ******************************************************************************/ | 
|---|
| 20 | typedef struct _options | 
|---|
| 21 | { | 
|---|
| 22 | BOOL fIgnoreOrdinals; | 
|---|
| 23 | } OPTIONS, *POPTIONS; | 
|---|
| 24 |  | 
|---|
| 25 | #endif | 
|---|
| 26 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.