source: trunk/src/win32k/include/elf.h@ 1330

Last change on this file since 1330 was 1270, checked in by bird, 26 years ago

New modules. Pe2Lx rewrite.

File size: 269 bytes
Line 
1/* $Id: elf.h,v 1.1 1999-10-14 01:17:55 bird Exp $
2 *
3 * ELF stuff.
4 *
5 * Copyright (c) 1999 knut st. osmundsen
6 *
7 */
8
9
10#ifndef _elf_h_
11#define _elf_h_
12
13#define ELFMAG0 0x7f
14#define ELFMAG1 'E'
15#define ELFMAG2 'L'
16#define ELFMAG3 'F'
17
18#endif //_elf_h_
Note: See TracBrowser for help on using the repository browser.