Changeset 8006 for trunk/tools/database/APIImport.h
- Timestamp:
- Feb 24, 2002, 3:58:29 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/APIImport.h
r3882 r8006 1 /* $Id: APIImport.h,v 1. 3 2000-07-21 21:09:43bird Exp $ */1 /* $Id: APIImport.h,v 1.4 2002-02-24 02:58:27 bird Exp $ */ 2 2 /* 3 3 * APIImportPE - imports a DLL with functions into the Odin32 database. Header. … … 20 20 typedef struct _options 21 21 { 22 BOOLfIgnoreOrdinals; /* Don't update ordinals. */23 BOOLfErase; /* Erase functions which wasn't found. */22 KBOOL fIgnoreOrdinals; /* Don't update ordinals. */ 23 KBOOL fErase; /* Erase functions which wasn't found. */ 24 24 } OPTIONS, *POPTIONS; 25 25
Note:
See TracChangeset
for help on using the changeset viewer.