Last change
on this file since 1330 was 847, checked in by bird, 26 years ago |
Initial checkin of Win32k. (not tested & pe2lx not up-to-date!)
|
File size:
385 bytes
|
Line | |
---|
1 | /* $Id: omf.h,v 1.1 1999-09-06 02:19:59 bird Exp $ */
|
---|
2 | /*
|
---|
3 | * OMF stuff
|
---|
4 | *
|
---|
5 | * Copyright (c) 1999 knut st. osmundsen
|
---|
6 | *
|
---|
7 | */
|
---|
8 |
|
---|
9 | #ifndef _OMF_H_
|
---|
10 | #define _OMF_H_
|
---|
11 |
|
---|
12 | /* record types */
|
---|
13 | #define LIBHDR 0xF0
|
---|
14 | #define LIBEND 0xF1
|
---|
15 | #define THEADR 0x80
|
---|
16 |
|
---|
17 | #define MODEND 0x8a
|
---|
18 | #define MODEND2 0x8b
|
---|
19 |
|
---|
20 | #define COMENT 0x88
|
---|
21 | #define IMPDEF 0x01
|
---|
22 |
|
---|
23 | #define LNAMES 0x96
|
---|
24 |
|
---|
25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.