Ignore:
Timestamp:
Aug 13, 2000, 11:23:59 AM (25 years ago)
Author:
bird
Message:

Messing around with libraries. There were a conversion bug in libconv.
The VAC365 linker don't like the output libconv...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Grace/src/win32k/include/omf.h

    r1678 r4005  
    1 /* $Id: omf.h,v 1.2 1999-11-10 01:45:33 bird Exp $ */
     1/* $Id: omf.h,v 1.2.4.1 2000-08-13 09:23:59 bird Exp $ */
    22/*
    33 * OMF stuff
     
    1616#define LIBEND      0xF1
    1717#define THEADR      0x80
    18 
    1918#define MODEND      0x8a
    2019#define MODEND2     0x8b
    21 
    2220#define COMENT      0x88
    2321#define     IMPDEF  0x01
    24 
     22#define PUBDEF      0x90
    2523#define LNAMES      0x96
     24#define SEGDEF      0x98
     25#define SEGDEF2     0x99
     26#define GRPDEF      0x9A
     27#define FIXUPP      0x9C
     28#define FIXUPP2     0x9D
     29#define LEDATA      0xA0
     30#define LEDATA2     0xA1
    2631
    2732#endif
Note: See TracChangeset for help on using the changeset viewer.