Changeset 3882 for trunk/tools/database/APIImport.h
- Timestamp:
- Jul 21, 2000, 11:09:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/APIImport.h
r2759 r3882 1 /* $Id: APIImport.h,v 1. 2 2000-02-11 18:35:53 bird Exp $ */1 /* $Id: APIImport.h,v 1.3 2000-07-21 21:09:43 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 BOOL fIgnoreOrdinals; 22 BOOL fIgnoreOrdinals; /* Don't update ordinals. */ 23 BOOL fErase; /* Erase functions which wasn't found. */ 23 24 } OPTIONS, *POPTIONS; 24 25
Note:
See TracChangeset
for help on using the changeset viewer.