Ignore:
Timestamp:
Feb 2, 2001, 9:45:42 AM (25 years ago)
Author:
bird
Message:

Corrected kFileLX and kFilePE constructors.
Made kDump.exe work again.
Added import module dump to kFilePE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/APIImport.cpp

    r4618 r5053  
    1 /* $Id: APIImport.cpp,v 1.7 2000-11-19 08:28:13 bird Exp $ */
     1/* $Id: APIImport.cpp,v 1.8 2001-02-02 08:45:42 bird Exp $ */
    22/*
    33 *
     
    259259            try
    260260            {
    261                 /* pFile = new kFilePE(&InFile); - TODO - FIXME!!! */
    262                 throw ((int)50);
     261                pFile = new kFilePE(&InFile);
    263262            }
    264263            catch (int i)
Note: See TracChangeset for help on using the changeset viewer.