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.cpp

    r6678 r8006  
    1 /* $Id: APIImport.cpp,v 1.12 2001-09-07 10:31:42 bird Exp $ */
     1/* $Id: APIImport.cpp,v 1.13 2002-02-24 02:58:26 bird Exp $ */
    22/*
    33 *
     
    1212*   Header Files                                                               *
    1313*******************************************************************************/
    14 #include <os2.h>
    1514#include <stdio.h>
    1615#include <string.h>
    1716
    18 #include "APIImport.h"
     17#include "kTypes.h"
     18#include "kError.h"
    1919#include "kFile.h"
    20 #include "kInterfaces.h"
     20#include "kFileInterfaces.h"
    2121#include "kFileFormatBase.h"
    2222#include "kFilePE.h"
    2323#include "kFileDef.h"
     24
     25#include "APIImport.h"
    2426#include "db.h"
    2527
     
    5052{
    5153    int     argi;
    52     BOOL    fFatal = FALSE;
     54    KBOOL   fFatal = FALSE;
    5355    long    lRc = 0;
    5456    OPTIONS options = {0};
     
    270272            {
    271273                i = i;
    272                 kFileDef *pFile = new kFileDef(pInFile);
     274                kFileDef *pFile = new kFileDef(new kFile(pszFilename));
    273275                pExportFile = pFile;
    274276                pModuleFile = pFile;
     
    288290                if ((lDll = dbCheckInsertDll(pszModuleName, DLL_ODIN32_API)) >= 0)
    289291                {
    290                     BOOL    fClearUpdateOk = FALSE;
    291                     BOOL    fOk;
     292                    KBOOL   fClearUpdateOk = FALSE;
     293                    KBOOL   fOk;
    292294                    kExportEntry export;
    293295
Note: See TracChangeset for help on using the changeset viewer.