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/common/kFileLX.h

    r4750 r5053  
    1 /* $Id: kFileLX.h,v 1.3 2000-12-04 08:48:09 bird Exp $
     1/* $Id: kFileLX.h,v 1.4 2001-02-02 08:45:41 bird Exp $
    22 *
    33 * kFileLX - Linear Executable file reader.
     
    2828
    2929public:
    30     kFileLX(const char *pszFilename);
     30    kFileLX(const char *pszFilename) throw (int);
     31    kFileLX(kFile *pFile) throw (int);
    3132    ~kFileLX();
    3233
Note: See TracChangeset for help on using the changeset viewer.