source: trunk/tools/impdef/ImpDef.h@ 827

Last change on this file since 827 was 825, checked in by bird, 26 years ago

Initial checkin.

File size: 689 bytes
Line 
1/* $Id: ImpDef.h,v 1.1 1999-09-05 02:25:48 bird Exp $ */
2/*
3 * ImpDef - Create export file which use internal names and ordinals.
4 *
5 * Copyright (c) 1999 knut st. osmundsen
6 *
7 */
8#ifndef _ImpDef_h_
9#define _ImpDef_h_
10 typedef struct _Options
11 {
12 BOOL fSimilarToExported; /* Merges the names of the exported and *
13 * internal function when possible/needed. */
14 BOOL fRemoveOS2APIPrefix; /* For API exports any OS2 prefix is *
15 * removed (APIs have ordinals less than *
16 * ORD_START_INTERNAL_FUNCTIONS). */
17 } OPTIONS, *POPTIONS;
18#endif
19
Note: See TracBrowser for help on using the repository browser.