Ignore:
Timestamp:
Jul 21, 2000, 11:09:45 PM (25 years ago)
Author:
bird
Message:

Corrections and handling of the updated field in function and file.

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 $ */
    22/*
    33 * APIImportPE - imports a DLL with functions into the Odin32 database. Header.
     
    2020typedef struct _options
    2121{
    22     BOOL fIgnoreOrdinals;
     22    BOOL    fIgnoreOrdinals;            /* Don't update ordinals. */
     23    BOOL    fErase;                     /* Erase functions which wasn't found. */
    2324} OPTIONS, *POPTIONS;
    2425
Note: See TracChangeset for help on using the changeset viewer.