source: trunk/src/win32k/include/elf2lx.h@ 2013

Last change on this file since 2013 was 1678, checked in by bird, 26 years ago

Some bugsfixes - Yield is disabled.
Added parameters.
Correcte moduleheaders.
Introduced a new base class for virtual lx modules + some elf sketches.

File size: 364 bytes
Line 
1/* $Id: elf2lx.h,v 1.1 1999-11-10 01:45:32 bird Exp $
2 *
3 * Elf2Lx - Declaration.
4 *
5 * Copyright (c) 1999 knut st. osmundsen
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11#ifndef _ELF2LX_H_
12#define _ELF2LX_H_
13
14
15class Elf2Lx : public ModuleBase
16{
17public:
18 Elf2Lx(SFN hFile);
19 ULONG init(PCSZ pszFilename)
20
21
22private:
23
24};
25
26
27#endif
28
Note: See TracBrowser for help on using the repository browser.