source: trunk/tools/database/APIImport.h@ 3839

Last change on this file since 3839 was 2759, checked in by bird, 26 years ago

Odin32 DB.

File size: 843 bytes
Line 
1/* $Id: APIImport.h,v 1.2 2000-02-11 18:35:53 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******************************************************************************/
20typedef struct _options
21{
22 BOOL fIgnoreOrdinals;
23} OPTIONS, *POPTIONS;
24
25#endif
26
Note: See TracBrowser for help on using the repository browser.