Ignore:
Timestamp:
Feb 24, 2002, 3:58:29 AM (24 years ago)
Author:
bird
Message:

New kFile* classes; now in sync with os2tools.

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:43 bird Exp $ */
     1/* $Id: APIImport.h,v 1.4 2002-02-24 02:58:27 bird Exp $ */
    22/*
    33 * APIImportPE - imports a DLL with functions into the Odin32 database. Header.
     
    2020typedef struct _options
    2121{
    22     BOOL    fIgnoreOrdinals;            /* Don't update ordinals. */
    23     BOOL    fErase;                     /* Erase functions which wasn't found. */
     22    KBOOL   fIgnoreOrdinals;            /* Don't update ordinals. */
     23    KBOOL   fErase;                     /* Erase functions which wasn't found. */
    2424} OPTIONS, *POPTIONS;
    2525
Note: See TracChangeset for help on using the changeset viewer.