Changeset 3652
- Timestamp:
- Jan 26, 2009, 12:32:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/emx/include/sys/omflib.h
r2446 r3652 37 37 #define COMDEF_TYPEFAR 0x61 /* Commnual name type: far */ 38 38 #define COMDEF_TYPENEAR 0x62 /* Commnual name type: near */ 39 #define LPUBDEF 0xb6 /* Local public names defintion record. */ 39 40 #define COMDAT 0xc2 /* Common block */ 40 41 #define ALIAS 0xc6 /* Alias definition record */ … … 50 51 51 52 /* Comment classes */ 52 #define CLASS_TRANS 0x00 /* Translators - who uses this?*/53 #define CLASS_TRANS 0x00 /* Translators - MSC v6. */ 53 54 #define CLASS_INTELC 0x01 /* Intel Copryight */ 54 55 #define CLASS_MSDOSVER 0x9c /* MS-DOS version - obsolete */ 55 #define CLASS_MODEL 0x9d /* Memory model - ignored bylinker. */56 #define CLASS_MODEL 0x9d /* Memory model - for the Xenix linker. */ 56 57 #define CLASS_DOSSEG 0x9e /* Linker DOSSEG switch. */ 57 58 #define CLASS_DEFLIB 0x9f /* Default library. */ … … 75 76 #define CLASS_DBGPACK 0xad /* /DBGPACK DLL name for ilink. */ 76 77 #define CLASS_IDMDLL 0xaf /* Identifier Manipulator Dynamic Link Library. */ 78 #define CLASS_DEP_FILE 0xe9 /* Borland/Watcom file dependency record. */ 77 79 78 80
Note:
See TracChangeset
for help on using the changeset viewer.