Changeset 2836 for trunk/src/win32k/dev32/devlast.asm
- Timestamp:
- Feb 21, 2000, 5:45:47 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/devlast.asm
r2832 r2836 1 ; $Id: devlast.asm,v 1. 3 2000-02-20 04:27:23bird Exp $1 ; $Id: devlast.asm,v 1.4 2000-02-21 04:45:46 bird Exp $ 2 2 ; 3 3 ; DevLast - the object file termintating the resident part of the objects. … … 105 105 106 106 CONST32_RO segment 107 CONST32_ROEND db ?107 CONST32_ROEND LABEL BYTE 108 108 CONST32_RO ends 109 110 _VFT segment 111 _VFTEND LABEL BYTE 112 _VFT ends 113 114 EH_DATA segment 115 EH_DATAEND LABEL BYTE 116 EH_DATA ends 117 109 118 END 110 119
Note:
See TracChangeset
for help on using the changeset viewer.