Changeset 8002 for trunk/tools/impdef/ImpDef.h
- Timestamp:
- Feb 24, 2002, 3:44:40 AM (24 years ago)
- File:
-
- 1 edited
-
trunk/tools/impdef/ImpDef.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/impdef/ImpDef.h
r867 r8002 1 /* $Id: ImpDef.h,v 1. 2 1999-09-08 07:30:10 bird Exp $ */1 /* $Id: ImpDef.h,v 1.3 2002-02-24 02:44:40 bird Exp $ */ 2 2 /* 3 3 * ImpDef - Create export file which use internal names and ordinals. … … 10 10 typedef struct _Options 11 11 { 12 BOOL fSimilarToExported;/* Merges the names of the exported and *13 * internal function when possible/needed. */14 BOOL ulOrdStartInternalFunctions;15 /* Ordinal number where internal functions *16 * starts. API functions have lower *17 * ordinal values that this number. */18 BOOL fRemoveOS2APIPrefix;/* For API exports any OS2 prefix is *19 * removed (APIs have ordinals less than *20 * ORD_START_INTERNAL_FUNCTIONS). */21 BOOL fInternalFnExportStdCallsIntName;22 /* Fix! Export internal names for internal *23 * stdcall functions. */12 KBOOL fSimilarToExported; /* Merges the names of the exported and * 13 * internal function when possible/needed. */ 14 KBOOL ulOrdStartInternalFunctions; 15 /* Ordinal number where internal functions * 16 * starts. API functions have lower * 17 * ordinal values that this number. */ 18 KBOOL fRemoveOS2APIPrefix; /* For API exports any OS2 prefix is * 19 * removed (APIs have ordinals less than * 20 * ORD_START_INTERNAL_FUNCTIONS). */ 21 KBOOL fInternalFnExportStdCallsIntName; 22 /* Fix! Export internal names for internal * 23 * stdcall functions. */ 24 24 } OPTIONS, *POPTIONS; 25 25 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
