Ignore:
Timestamp:
Oct 14, 1999, 3:39:13 AM (26 years ago)
Author:
bird
Message:

New Pe2Lx implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winexepe2lx.h

    r953 r1274  
    1 /* $Id: winexepe2lx.h,v 1.1 1999-09-15 23:29:37 sandervl Exp $ */
     1/* $Id: winexepe2lx.h,v 1.2 1999-10-14 01:39:13 bird Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
    7  *
     7 * Copyright 1999 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
    88 *
    99 * Project Odin Software License can be found in LICENSE.TXT
     
    1616#include <winimagepe2lx.h>
    1717
    18 //Class for executables converted by pe2lx or win32k
     18
     19/**
     20 * Class for executables converted by pe2lx or win32k
     21 * @shortdesc   Class for executables converted by pe2lx or win32k
     22 * @author      Sander van Leeuwen, knut st. osmundsen
     23 * @approval    -
     24 */
    1925class Win32Pe2LxExe : public Win32Pe2LxImage, public Win32ExeBase
    2026{
    2127public:
    22         Win32Pe2LxExe(HINSTANCE hinstance, int NameTableId, int Win32TableId);
    23 virtual ~Win32Pe2LxExe();
    24 
    25 protected:
    26 private:
     28    /** @cat Constructor/Destructor */
     29    Win32Pe2LxExe(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG);
     30    virtual ~Win32Pe2LxExe();
    2731};
    2832
     33
    2934#endif //__WINEXEPE2LX_H__
Note: See TracChangeset for help on using the changeset viewer.